Shades of Comet #5D5E66
Tints of Comet #5D5E66
RGB
CMYK
RGB Variations
Color information
#5D5E66 (or 0x5D5E66) is known color: Comet. HEX triplet: 5D, 5E and 66. RGB value is (93,94,102). Sum of RGB (Red+Green+Blue) = 93+94+102=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D5E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5E66 is #A2A199. Grayscale: #5E5E5E. Windows color (decimal): -10658202 or 6708829. OLE color: 6708829.
HSL color Cylindrical-coordinate representation of color #5D5E66: hue angle of 233.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D5E66 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
RGB | 93 | 94 | 102 | - |
CMYK | 0.09 | 0.08 | 0 | 0.6 |
HSL | 233.33º | 0.05% | 0.38% | - |
HSV(B) | 233.33º | 0.09% | 0.4% | - |
XYZ | 10.92 | 11.29 | 14.17 | - |
YUV | 94.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 94 | 102 | 0.09 | 0.08 | 0 | 0.6 | 233.33 | 0.05 | 0.38 |
Hex | 5D | 5E | 66 | 9 | 8 | 0 | 3C | E9 | 5 | 26 |
Octal | 135 | 136 | 146 | 11 | 10 | 0 | 74 | 351 | 5 | 46 |
Binary | 1011101 | 1011110 | 1100110 | 1001 | 1000 | 0 | 111100 | 11101001 | 101 | 100110 |
Color Harmonies of #5D5E66
Complementary color
Monochromatic Colors of #5D5E66
Black with #5D5E66
Text Example
Text Example
White with #5D5E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5E66; }
p { color: rgb(93,94,102); }
H1.HeaderClassName
{
color: #5D5E66;
}
.AnyTagClassName
{
color: #5D5E66;
}
</style>
background-color css
<style>
a { background-color: #5D5E66; }
a { background-color: rgb(93,94,102); }
div.DivClassName
{
background-color: #5D5E66;
}
.BgClassName
{
background-color: #5D5E66;
}
</style>
border-color css
<style>
span { border-color: #5D5E66; }
span { border-color: rgb(93,94,102); }
td.TdClassName
{
border-color: #5D5E66;
}
.TagClassName
{
border-color: #5D5E66;
}
</style>