Shades of Comet #595A6F
Tints of Comet #595A6F
RGB
CMYK
RGB Variations
Color information
#595A6F (or 0x595A6F) is known color: Comet. HEX triplet: 59, 5A and 6F. RGB value is (89,90,111). Sum of RGB (Red+Green+Blue) = 89+90+111=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #595A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A6F is #A6A590. Grayscale: #5C5C5C. Windows color (decimal): -10921361 or 7297625. OLE color: 7297625.
HSL color Cylindrical-coordinate representation of color #595A6F: hue angle of 237.27º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #595A6F is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 90 | 111 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.56 |
| HSL | 237.27º | 0.11% | 0.39% | - |
| HSV(B) | 237.27º | 0.2% | 0.44% | - |
| XYZ | 10.65 | 10.58 | 16.52 | - |
| YUV | 92.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 111 | 0.20 | 0.19 | 0 | 0.56 | 237.27 | 0.11 | 0.39 |
| Hex | 59 | 5A | 6F | 14 | 13 | 0 | 38 | ED | B | 27 |
| Octal | 131 | 132 | 157 | 24 | 23 | 0 | 70 | 355 | 13 | 47 |
| Binary | 1011001 | 1011010 | 1101111 | 10100 | 10011 | 0 | 111000 | 11101101 | 1011 | 100111 |
Color Harmonies of #595A6F
Complementary color
Monochromatic Colors of #595A6F
Black with #595A6F
Text Example
Text Example
White with #595A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A6F; }
p { color: rgb(89,90,111); }
H1.HeaderClassName
{
color: #595A6F;
}
.AnyTagClassName
{
color: #595A6F;
}
</style>
background-color css
<style>
a { background-color: #595A6F; }
a { background-color: rgb(89,90,111); }
div.DivClassName
{
background-color: #595A6F;
}
.BgClassName
{
background-color: #595A6F;
}
</style>
border-color css
<style>
span { border-color: #595A6F; }
span { border-color: rgb(89,90,111); }
td.TdClassName
{
border-color: #595A6F;
}
.TagClassName
{
border-color: #595A6F;
}
</style>