Shades of Comet #595F76
Tints of Comet #595F76
RGB
CMYK
RGB Variations
Color information
#595F76 (or 0x595F76) is known color: Comet. HEX triplet: 59, 5F and 76. RGB value is (89,95,118). Sum of RGB (Red+Green+Blue) = 89+95+118=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #595F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F76 is #A6A089. Grayscale: #5F5F5F. Windows color (decimal): -10920074 or 7757657. OLE color: 7757657.
HSL color Cylindrical-coordinate representation of color #595F76: hue angle of 227.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595F76 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 95 | 118 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.54 |
| HSL | 227.59º | 0.14% | 0.41% | - |
| HSV(B) | 227.59º | 0.25% | 0.46% | - |
| XYZ | 11.48 | 11.62 | 18.78 | - |
| YUV | 95.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 118 | 0.25 | 0.19 | 0 | 0.54 | 227.59 | 0.14 | 0.41 |
| Hex | 59 | 5F | 76 | 19 | 13 | 0 | 36 | E4 | E | 29 |
| Octal | 131 | 137 | 166 | 31 | 23 | 0 | 66 | 344 | 16 | 51 |
| Binary | 1011001 | 1011111 | 1110110 | 11001 | 10011 | 0 | 110110 | 11100100 | 1110 | 101001 |
Color Harmonies of #595F76
Complementary color
Monochromatic Colors of #595F76
Black with #595F76
Text Example
Text Example
White with #595F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F76; }
p { color: rgb(89,95,118); }
H1.HeaderClassName
{
color: #595F76;
}
.AnyTagClassName
{
color: #595F76;
}
</style>
background-color css
<style>
a { background-color: #595F76; }
a { background-color: rgb(89,95,118); }
div.DivClassName
{
background-color: #595F76;
}
.BgClassName
{
background-color: #595F76;
}
</style>
border-color css
<style>
span { border-color: #595F76; }
span { border-color: rgb(89,95,118); }
td.TdClassName
{
border-color: #595F76;
}
.TagClassName
{
border-color: #595F76;
}
</style>