Color: #5E917C
#5E917C Color Information
#5E917C is a dark color. The closest websafe version is #5E917C. A complement of this color would be #915F74, perceived brightness is 0.50, and the grayscale version is #787878.
In the HSL color space, this color has a hue angle of 155°,a saturation of 21%, and a lightness of 47%.The HSV representation shows a hue of 155°, a saturation of 100%, and a value of 100%.
In a RGB color space, #5E917C is composed of 37% red, 57% green and 49% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 0% magenta, 14% yellow and 43% black.
In the Yxy color space, this color is represented as Y: 24.01, x: 0.3113, and y: 0.4003.
Color Code #5E917C
Shades of Color #5E917C
Shades are created by darkening the original color #5E917C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #5E917C
Tints are created by lightening the original color #5E917C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #5E917C Color Code
In the HSL color space, this color has a hue angle of 155°, a saturation of 21%, and a lightness of 47%. The HSV representation shows a hue of 155°, a saturation of 35%, and a value of 57%.
- HEX: #5E917C
- RGB: rgb(94, 145, 124)
- HSL: hsl(155, 21%, 47%)
- HSV: hsv(155, 35%, 57%)
- CMYK: 35.00% cyan, 0.00% magenta, 14.00% yellow, 43.00% black
- XYZ: 18.67, 24.01, 17.30
- Yxy: 24.01, 0.3113, 0.4003
- Hunter Lab: 56.10, -21.52, 5.50
- CIE-Lab: 56.10, -21.52, 5.50
In the XYZ color space, this color is represented as X: 18.67, Y: 24.01, Z: 17.30. The Yxy representation further refines this as Y: 24.01, x: 0.3113, and y: 0.4003.
In the Hunter Lab color space, this color is represented as L: 56.10, a: -21.52, and b: 5.50. Similarly, in the CIE-Lab color space, it is represented as L: 56.10, a: -21.52, and b: 5.50.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #5E917C
Triadic colors are three colors evenly spaced around the color wheel, including #5E917C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #5E917C
Monochromatic colors are variations of #5E917C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #5E917C
The complementary color of #5E917C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #5E917C
/* Using HEX */ body { background-color: #5e917c; }
/* Using RGB */ body { background-color: rgb(94, 145, 124); }
/* Using RGB with opacity */ body { background-color: rgba(94, 145, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(155, 21%, 47%); }
/* Text color */ p { color: #5e917c; }
/* Box shadow */ div { box-shadow: 4px 4px #5e917c; }
HTML Examples of #5E917C
<!-- Using HEX --> <div style="background-color: #5e917c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(94, 145, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(94, 145, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(155, 21%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #5e917c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #5e917c; width: 100px; height: 100px;"></div>
Related Colors of #5E917C
These colors are similar to #5E917C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.