Shades of Comet #5D5E71
Tints of Comet #5D5E71
RGB
CMYK
RGB Variations
Color information
#5D5E71 (or 0x5D5E71) is known color: Comet. HEX triplet: 5D, 5E and 71. RGB value is (93,94,113). Sum of RGB (Red+Green+Blue) = 93+94+113=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5E71 is #A2A18E. Grayscale: #5F5F5F. Windows color (decimal): -10658191 or 7429725. OLE color: 7429725.
HSL color Cylindrical-coordinate representation of color #5D5E71: hue angle of 237º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D5E71 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 93 | 94 | 113 | - |
CMYK | 0.18 | 0.17 | 0 | 0.56 |
HSL | 237º | 0.1% | 0.4% | - |
HSV(B) | 237º | 0.18% | 0.44% | - |
XYZ | 11.5 | 11.52 | 17.24 | - |
YUV | 95.87 | 137.67 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 94 | 113 | 0.18 | 0.17 | 0 | 0.56 | 237 | 0.1 | 0.4 |
Hex | 5D | 5E | 71 | 12 | 11 | 0 | 38 | ED | A | 28 |
Octal | 135 | 136 | 161 | 22 | 21 | 0 | 70 | 355 | 12 | 50 |
Binary | 1011101 | 1011110 | 1110001 | 10010 | 10001 | 0 | 111000 | 11101101 | 1010 | 101000 |
Color Harmonies of #5D5E71
Complementary color
Monochromatic Colors of #5D5E71
Black with #5D5E71
Text Example
Text Example
White with #5D5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5E71; }
p { color: rgb(93,94,113); }
H1.HeaderClassName
{
color: #5D5E71;
}
.AnyTagClassName
{
color: #5D5E71;
}
</style>
background-color css
<style>
a { background-color: #5D5E71; }
a { background-color: rgb(93,94,113); }
div.DivClassName
{
background-color: #5D5E71;
}
.BgClassName
{
background-color: #5D5E71;
}
</style>
border-color css
<style>
span { border-color: #5D5E71; }
span { border-color: rgb(93,94,113); }
td.TdClassName
{
border-color: #5D5E71;
}
.TagClassName
{
border-color: #5D5E71;
}
</style>