Shades of Comet #595B77
Tints of Comet #595B77
RGB
CMYK
RGB Variations
Color information
#595B77 (or 0x595B77) is known color: Comet. HEX triplet: 59, 5B and 77. RGB value is (89,91,119). Sum of RGB (Red+Green+Blue) = 89+91+119=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #595B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B77 is #A6A488. Grayscale: #5D5D5D. Windows color (decimal): -10921097 or 7822169. OLE color: 7822169.
HSL color Cylindrical-coordinate representation of color #595B77: hue angle of 236º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595B77 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 91 | 119 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.53 |
| HSL | 236º | 0.14% | 0.41% | - |
| HSV(B) | 236º | 0.25% | 0.47% | - |
| XYZ | 11.19 | 10.94 | 18.97 | - |
| YUV | 93.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 119 | 0.25 | 0.24 | 0 | 0.53 | 236 | 0.14 | 0.41 |
| Hex | 59 | 5B | 77 | 19 | 18 | 0 | 35 | EC | E | 29 |
| Octal | 131 | 133 | 167 | 31 | 30 | 0 | 65 | 354 | 16 | 51 |
| Binary | 1011001 | 1011011 | 1110111 | 11001 | 11000 | 0 | 110101 | 11101100 | 1110 | 101001 |
Color Harmonies of #595B77
Complementary color
Monochromatic Colors of #595B77
Black with #595B77
Text Example
Text Example
White with #595B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B77; }
p { color: rgb(89,91,119); }
H1.HeaderClassName
{
color: #595B77;
}
.AnyTagClassName
{
color: #595B77;
}
</style>
background-color css
<style>
a { background-color: #595B77; }
a { background-color: rgb(89,91,119); }
div.DivClassName
{
background-color: #595B77;
}
.BgClassName
{
background-color: #595B77;
}
</style>
border-color css
<style>
span { border-color: #595B77; }
span { border-color: rgb(89,91,119); }
td.TdClassName
{
border-color: #595B77;
}
.TagClassName
{
border-color: #595B77;
}
</style>