Shades of Comet #595973
Tints of Comet #595973
RGB
CMYK
RGB Variations
Color information
#595973 (or 0x595973) is known color: Comet. HEX triplet: 59, 59 and 73. RGB value is (89,89,115). Sum of RGB (Red+Green+Blue) = 89+89+115=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #595973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595973 is #A6A68C. Grayscale: #5B5B5B. Windows color (decimal): -10921613 or 7559513. OLE color: 7559513.
HSL color Cylindrical-coordinate representation of color #595973: hue angle of 240º 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 #595973 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 89 | 115 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.55 |
| HSL | 240º | 0.13% | 0.4% | - |
| HSV(B) | 240º | 0.23% | 0.45% | - |
| XYZ | 10.79 | 10.51 | 17.68 | - |
| YUV | 91.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 115 | 0.23 | 0.23 | 0 | 0.55 | 240 | 0.13 | 0.4 |
| Hex | 59 | 59 | 73 | 17 | 17 | 0 | 37 | F0 | D | 28 |
| Octal | 131 | 131 | 163 | 27 | 27 | 0 | 67 | 360 | 15 | 50 |
| Binary | 1011001 | 1011001 | 1110011 | 10111 | 10111 | 0 | 110111 | 11110000 | 1101 | 101000 |
Color Harmonies of #595973
Complementary color
Monochromatic Colors of #595973
Black with #595973
Text Example
Text Example
White with #595973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595973; }
p { color: rgb(89,89,115); }
H1.HeaderClassName
{
color: #595973;
}
.AnyTagClassName
{
color: #595973;
}
</style>
background-color css
<style>
a { background-color: #595973; }
a { background-color: rgb(89,89,115); }
div.DivClassName
{
background-color: #595973;
}
.BgClassName
{
background-color: #595973;
}
</style>
border-color css
<style>
span { border-color: #595973; }
span { border-color: rgb(89,89,115); }
td.TdClassName
{
border-color: #595973;
}
.TagClassName
{
border-color: #595973;
}
</style>