Shades of Comet #595B6D
Tints of Comet #595B6D
RGB
CMYK
RGB Variations
Color information
#595B6D (or 0x595B6D) is known color: Comet. HEX triplet: 59, 5B and 6D. RGB value is (89,91,109). Sum of RGB (Red+Green+Blue) = 89+91+109=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #595B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B6D is #A6A492. Grayscale: #5C5C5C. Windows color (decimal): -10921107 or 7166809. OLE color: 7166809.
HSL color Cylindrical-coordinate representation of color #595B6D: hue angle of 234º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595B6D is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 91 | 109 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.57 |
| HSL | 234º | 0.1% | 0.39% | - |
| HSV(B) | 234º | 0.18% | 0.43% | - |
| XYZ | 10.62 | 10.71 | 15.98 | - |
| YUV | 92.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 109 | 0.18 | 0.17 | 0 | 0.57 | 234 | 0.1 | 0.39 |
| Hex | 59 | 5B | 6D | 12 | 11 | 0 | 39 | EA | A | 27 |
| Octal | 131 | 133 | 155 | 22 | 21 | 0 | 71 | 352 | 12 | 47 |
| Binary | 1011001 | 1011011 | 1101101 | 10010 | 10001 | 0 | 111001 | 11101010 | 1010 | 100111 |
Color Harmonies of #595B6D
Complementary color
Monochromatic Colors of #595B6D
Black with #595B6D
Text Example
Text Example
White with #595B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B6D; }
p { color: rgb(89,91,109); }
H1.HeaderClassName
{
color: #595B6D;
}
.AnyTagClassName
{
color: #595B6D;
}
</style>
background-color css
<style>
a { background-color: #595B6D; }
a { background-color: rgb(89,91,109); }
div.DivClassName
{
background-color: #595B6D;
}
.BgClassName
{
background-color: #595B6D;
}
</style>
border-color css
<style>
span { border-color: #595B6D; }
span { border-color: rgb(89,91,109); }
td.TdClassName
{
border-color: #595B6D;
}
.TagClassName
{
border-color: #595B6D;
}
</style>