HSL เป็น RGB
แปลงค่าสี HSL เป็น RGB ด้วยความแม่นยำ ซึ่งจำเป็นสำหรับการออกแบบและการพัฒนาแบบดิจิทัล
ตัวแปลงสี
RGB Output
RGB Values
0-255 intensity
0-255 intensity
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)
เครื่องมือที่แนะนำ
RGB to HSL Converter
แปลงค่าสี RGB กลับเป็น HSL เพื่อการจัดการสีที่ง่ายขึ้น
RGB to HEX Converter
แปลงค่าสี RGB เป็นรูปแบบ HEX สำหรับการพัฒนาเว็บ
เครื่องผสมสี
ผสมสี RGB สองสีหรือมากกว่าเพื่อสร้างชุดสีใหม่
เครื่องตรวจสอบความคมชัดของสี
ตรวจสอบอัตราส่วนความคมชัดของสี RGB เพื่อให้เป็นไปตามข้อกำหนดด้านการเข้าถึง
เกี่ยวกับเครื่องมือนี้
ตัวแปลง 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