Shades of Comet #595A71
Tints of Comet #595A71
RGB
CMYK
RGB Variations
Color information
#595A71 (or 0x595A71) is known color: Comet. HEX triplet: 59, 5A and 71. RGB value is (89,90,113). Sum of RGB (Red+Green+Blue) = 89+90+113=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #595A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A71 is #A6A58E. Grayscale: #5C5C5C. Windows color (decimal): -10921359 or 7428697. OLE color: 7428697.
HSL color Cylindrical-coordinate representation of color #595A71: hue angle of 237.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595A71 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 90 | 113 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.56 |
| HSL | 237.5º | 0.12% | 0.4% | - |
| HSV(B) | 237.5º | 0.21% | 0.44% | - |
| XYZ | 10.76 | 10.63 | 17.11 | - |
| YUV | 92.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 113 | 0.21 | 0.20 | 0 | 0.56 | 237.5 | 0.12 | 0.4 |
| Hex | 59 | 5A | 71 | 15 | 14 | 0 | 38 | EE | C | 28 |
| Octal | 131 | 132 | 161 | 25 | 24 | 0 | 70 | 356 | 14 | 50 |
| Binary | 1011001 | 1011010 | 1110001 | 10101 | 10100 | 0 | 111000 | 11101110 | 1100 | 101000 |
Color Harmonies of #595A71
Complementary color
Monochromatic Colors of #595A71
Black with #595A71
Text Example
Text Example
White with #595A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A71; }
p { color: rgb(89,90,113); }
H1.HeaderClassName
{
color: #595A71;
}
.AnyTagClassName
{
color: #595A71;
}
</style>
background-color css
<style>
a { background-color: #595A71; }
a { background-color: rgb(89,90,113); }
div.DivClassName
{
background-color: #595A71;
}
.BgClassName
{
background-color: #595A71;
}
</style>
border-color css
<style>
span { border-color: #595A71; }
span { border-color: rgb(89,90,113); }
td.TdClassName
{
border-color: #595A71;
}
.TagClassName
{
border-color: #595A71;
}
</style>