Shades of Comet #5D606E
Tints of Comet #5D606E
RGB
CMYK
RGB Variations
Color information
#5D606E (or 0x5D606E) is known color: Comet. HEX triplet: 5D, 60 and 6E. RGB value is (93,96,110). Sum of RGB (Red+Green+Blue) = 93+96+110=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D606E is #A29F91. Grayscale: #606060. Windows color (decimal): -10657682 or 7233629. OLE color: 7233629.
HSL color Cylindrical-coordinate representation of color #5D606E: hue angle of 229.41º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D606E is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 96 | 110 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.57 |
| HSL | 229.41º | 0.08% | 0.4% | - |
| HSV(B) | 229.41º | 0.15% | 0.43% | - |
| XYZ | 11.51 | 11.82 | 16.43 | - |
| YUV | 96.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 110 | 0.15 | 0.13 | 0 | 0.57 | 229.41 | 0.08 | 0.4 |
| Hex | 5D | 60 | 6E | F | D | 0 | 39 | E5 | 8 | 28 |
| Octal | 135 | 140 | 156 | 17 | 15 | 0 | 71 | 345 | 10 | 50 |
| Binary | 1011101 | 1100000 | 1101110 | 1111 | 1101 | 0 | 111001 | 11100101 | 1000 | 101000 |
Color Harmonies of #5D606E
Complementary color
Monochromatic Colors of #5D606E
Black with #5D606E
Text Example
Text Example
White with #5D606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D606E; }
p { color: rgb(93,96,110); }
H1.HeaderClassName
{
color: #5D606E;
}
.AnyTagClassName
{
color: #5D606E;
}
</style>
background-color css
<style>
a { background-color: #5D606E; }
a { background-color: rgb(93,96,110); }
div.DivClassName
{
background-color: #5D606E;
}
.BgClassName
{
background-color: #5D606E;
}
</style>
border-color css
<style>
span { border-color: #5D606E; }
span { border-color: rgb(93,96,110); }
td.TdClassName
{
border-color: #5D606E;
}
.TagClassName
{
border-color: #5D606E;
}
</style>