Shades of Comet #595872
Tints of Comet #595872
RGB
CMYK
RGB Variations
Color information
#595872 (or 0x595872) is known color: Comet. HEX triplet: 59, 58 and 72. RGB value is (89,88,114). Sum of RGB (Red+Green+Blue) = 89+88+114=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #595872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595872 is #A6A78D. Grayscale: #5B5B5B. Windows color (decimal): -10921870 or 7493721. OLE color: 7493721.
HSL color Cylindrical-coordinate representation of color #595872: hue angle of 242.31º 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 #595872 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 88 | 114 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.55 |
| HSL | 242.31º | 0.13% | 0.4% | - |
| HSV(B) | 242.31º | 0.23% | 0.45% | - |
| XYZ | 10.65 | 10.32 | 17.35 | - |
| YUV | 91.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 114 | 0.22 | 0.23 | 0 | 0.55 | 242.31 | 0.13 | 0.4 |
| Hex | 59 | 58 | 72 | 16 | 17 | 0 | 37 | F2 | D | 28 |
| Octal | 131 | 130 | 162 | 26 | 27 | 0 | 67 | 362 | 15 | 50 |
| Binary | 1011001 | 1011000 | 1110010 | 10110 | 10111 | 0 | 110111 | 11110010 | 1101 | 101000 |
Color Harmonies of #595872
Complementary color
Monochromatic Colors of #595872
Black with #595872
Text Example
Text Example
White with #595872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595872; }
p { color: rgb(89,88,114); }
H1.HeaderClassName
{
color: #595872;
}
.AnyTagClassName
{
color: #595872;
}
</style>
background-color css
<style>
a { background-color: #595872; }
a { background-color: rgb(89,88,114); }
div.DivClassName
{
background-color: #595872;
}
.BgClassName
{
background-color: #595872;
}
</style>
border-color css
<style>
span { border-color: #595872; }
span { border-color: rgb(89,88,114); }
td.TdClassName
{
border-color: #595872;
}
.TagClassName
{
border-color: #595872;
}
</style>