Shades of Comet #595F74
Tints of Comet #595F74
RGB
CMYK
RGB Variations
Color information
#595F74 (or 0x595F74) is known color: Comet. HEX triplet: 59, 5F and 74. RGB value is (89,95,116). Sum of RGB (Red+Green+Blue) = 89+95+116=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #595F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F74 is #A6A08B. Grayscale: #5F5F5F. Windows color (decimal): -10920076 or 7626585. OLE color: 7626585.
HSL color Cylindrical-coordinate representation of color #595F74: hue angle of 226.67º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595F74 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 95 | 116 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.55 |
| HSL | 226.67º | 0.13% | 0.4% | - |
| HSV(B) | 226.67º | 0.23% | 0.45% | - |
| XYZ | 11.36 | 11.57 | 18.16 | - |
| YUV | 95.6 | 139.51 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 116 | 0.23 | 0.18 | 0 | 0.55 | 226.67 | 0.13 | 0.4 |
| Hex | 59 | 5F | 74 | 17 | 12 | 0 | 37 | E3 | D | 28 |
| Octal | 131 | 137 | 164 | 27 | 22 | 0 | 67 | 343 | 15 | 50 |
| Binary | 1011001 | 1011111 | 1110100 | 10111 | 10010 | 0 | 110111 | 11100011 | 1101 | 101000 |
Color Harmonies of #595F74
Complementary color
Monochromatic Colors of #595F74
Black with #595F74
Text Example
Text Example
White with #595F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F74; }
p { color: rgb(89,95,116); }
H1.HeaderClassName
{
color: #595F74;
}
.AnyTagClassName
{
color: #595F74;
}
</style>
background-color css
<style>
a { background-color: #595F74; }
a { background-color: rgb(89,95,116); }
div.DivClassName
{
background-color: #595F74;
}
.BgClassName
{
background-color: #595F74;
}
</style>
border-color css
<style>
span { border-color: #595F74; }
span { border-color: rgb(89,95,116); }
td.TdClassName
{
border-color: #595F74;
}
.TagClassName
{
border-color: #595F74;
}
</style>