เครื่องมือแพนโทน

HSL เป็น RGB

แปลงค่าสี HSL เป็น RGB ด้วยความแม่นยำ ซึ่งจำเป็นสำหรับการออกแบบและการพัฒนาแบบดิจิทัล

ตัวแปลงสี

HSL Input

180° 360°
100%
0% 50% 100%
50%
0% 50% 100%

คลิกตัวอย่างสีเพื่อดูตัวอย่าง

RGB Output

RGB Values

สีแดง 255

0-255 intensity

สีเขียว 0

0-255 intensity

สีฟ้า 0

0-255 intensity

rgb(255, 0, 0)

รูปแบบอื่น ๆ

HSL Value

hsl(0°, 100%, 50%)

HEX Value

#FF0000

ตัวอย่างการแปลง

สีแดง

HSL: 0°, 100%, 50%

RGB: (255, 0, 0)

สีเขียว

HSL: 120°, 100%, 50%

RGB: (0, 255, 0)

สีฟ้า

HSL: 240°, 100%, 50%

RGB: (0, 0, 255)

สีเหลือง

HSL: 60°, 100%, 50%

RGB: (255, 255, 0)

สีแดงอมม่วง

HSL: 300°, 100%, 50%

RGB: (255, 0, 255)

ไซอัน

HSL: 180°, 100%, 50%

RGB: (0, 255, 255)

เครื่องมือที่แนะนำ

เกี่ยวกับเครื่องมือนี้

ตัวแปลง HSL เป็น RGB ของเราให้การแปลงที่แม่นยำระหว่างโมเดลสีที่สำคัญสองแบบที่ใช้ในการออกแบบดิจิทัล การพัฒนา และการประมวลผลกราฟิก

HSL (Hue, Saturation, Lightness) is a user-centric color model that aligns with human perception of color. It simplifies color manipulation by separating the color's identity (hue), its intensity (saturation), and its brightness (lightness), making it ideal for design systems and color theme creation.

RGB (Red, Green, Blue) is a device-centric color model that represents colors as combinations of red, green, and blue light. It's the fundamental color model for digital displays, monitors, cameras, and most digital imaging systems, as these devices emit light in these three primary colors.

เครื่องมือแปลงนี้ช่วยเชื่อมช่องว่างระหว่างการออกแบบสีที่ใช้งานง่าย (HSL) และการใช้งานทางเทคนิค (RGB) การแปลงทางคณิตศาสตร์ช่วยให้มั่นใจได้ถึงการแสดงสีที่แม่นยำ ช่วยรักษาความสอดคล้องระหว่างเครื่องมือออกแบบที่ใช้ HSL และสภาพแวดล้อมการพัฒนาที่ต้องการค่า RGB

คำถามที่พบบ่อย