Shades of Comet #595E74
Tints of Comet #595E74
RGB
CMYK
RGB Variations
Color information
#595E74 (or 0x595E74) is known color: Comet. HEX triplet: 59, 5E and 74. RGB value is (89,94,116). Sum of RGB (Red+Green+Blue) = 89+94+116=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #595E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E74 is #A6A18B. Grayscale: #5E5E5E. Windows color (decimal): -10920332 or 7626329. OLE color: 7626329.
HSL color Cylindrical-coordinate representation of color #595E74: hue angle of 228.89º 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 #595E74 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 94 | 116 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.55 |
| HSL | 228.89º | 0.13% | 0.4% | - |
| HSV(B) | 228.89º | 0.23% | 0.45% | - |
| XYZ | 11.27 | 11.39 | 18.13 | - |
| YUV | 95.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 116 | 0.23 | 0.19 | 0 | 0.55 | 228.89 | 0.13 | 0.4 |
| Hex | 59 | 5E | 74 | 17 | 13 | 0 | 37 | E5 | D | 28 |
| Octal | 131 | 136 | 164 | 27 | 23 | 0 | 67 | 345 | 15 | 50 |
| Binary | 1011001 | 1011110 | 1110100 | 10111 | 10011 | 0 | 110111 | 11100101 | 1101 | 101000 |
Color Harmonies of #595E74
Complementary color
Monochromatic Colors of #595E74
Black with #595E74
Text Example
Text Example
White with #595E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E74; }
p { color: rgb(89,94,116); }
H1.HeaderClassName
{
color: #595E74;
}
.AnyTagClassName
{
color: #595E74;
}
</style>
background-color css
<style>
a { background-color: #595E74; }
a { background-color: rgb(89,94,116); }
div.DivClassName
{
background-color: #595E74;
}
.BgClassName
{
background-color: #595E74;
}
</style>
border-color css
<style>
span { border-color: #595E74; }
span { border-color: rgb(89,94,116); }
td.TdClassName
{
border-color: #595E74;
}
.TagClassName
{
border-color: #595E74;
}
</style>