Shades of Comet #595B6E
Tints of Comet #595B6E
RGB
CMYK
RGB Variations
Color information
#595B6E (or 0x595B6E) is known color: Comet. HEX triplet: 59, 5B and 6E. RGB value is (89,91,110). Sum of RGB (Red+Green+Blue) = 89+91+110=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #595B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B6E is #A6A491. Grayscale: #5C5C5C. Windows color (decimal): -10921106 or 7232345. OLE color: 7232345.
HSL color Cylindrical-coordinate representation of color #595B6E: hue angle of 234.29º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595B6E is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 91 | 110 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.57 |
| HSL | 234.29º | 0.11% | 0.39% | - |
| HSV(B) | 234.29º | 0.19% | 0.43% | - |
| XYZ | 10.68 | 10.73 | 16.26 | - |
| YUV | 92.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 110 | 0.19 | 0.17 | 0 | 0.57 | 234.29 | 0.11 | 0.39 |
| Hex | 59 | 5B | 6E | 13 | 11 | 0 | 39 | EA | B | 27 |
| Octal | 131 | 133 | 156 | 23 | 21 | 0 | 71 | 352 | 13 | 47 |
| Binary | 1011001 | 1011011 | 1101110 | 10011 | 10001 | 0 | 111001 | 11101010 | 1011 | 100111 |
Color Harmonies of #595B6E
Complementary color
Monochromatic Colors of #595B6E
Black with #595B6E
Text Example
Text Example
White with #595B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B6E; }
p { color: rgb(89,91,110); }
H1.HeaderClassName
{
color: #595B6E;
}
.AnyTagClassName
{
color: #595B6E;
}
</style>
background-color css
<style>
a { background-color: #595B6E; }
a { background-color: rgb(89,91,110); }
div.DivClassName
{
background-color: #595B6E;
}
.BgClassName
{
background-color: #595B6E;
}
</style>
border-color css
<style>
span { border-color: #595B6E; }
span { border-color: rgb(89,91,110); }
td.TdClassName
{
border-color: #595B6E;
}
.TagClassName
{
border-color: #595B6E;
}
</style>