Shades of Comet #595B76
Tints of Comet #595B76
RGB
CMYK
RGB Variations
Color information
#595B76 (or 0x595B76) is known color: Comet. HEX triplet: 59, 5B and 76. RGB value is (89,91,118). Sum of RGB (Red+Green+Blue) = 89+91+118=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #595B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B76 is #A6A489. Grayscale: #5D5D5D. Windows color (decimal): -10921098 or 7756633. OLE color: 7756633.
HSL color Cylindrical-coordinate representation of color #595B76: hue angle of 235.86º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595B76 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 91 | 118 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.54 |
| HSL | 235.86º | 0.14% | 0.41% | - |
| HSV(B) | 235.86º | 0.25% | 0.46% | - |
| XYZ | 11.13 | 10.91 | 18.66 | - |
| YUV | 93.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 118 | 0.25 | 0.23 | 0 | 0.54 | 235.86 | 0.14 | 0.41 |
| Hex | 59 | 5B | 76 | 19 | 17 | 0 | 36 | EC | E | 29 |
| Octal | 131 | 133 | 166 | 31 | 27 | 0 | 66 | 354 | 16 | 51 |
| Binary | 1011001 | 1011011 | 1110110 | 11001 | 10111 | 0 | 110110 | 11101100 | 1110 | 101001 |
Color Harmonies of #595B76
Complementary color
Monochromatic Colors of #595B76
Black with #595B76
Text Example
Text Example
White with #595B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B76; }
p { color: rgb(89,91,118); }
H1.HeaderClassName
{
color: #595B76;
}
.AnyTagClassName
{
color: #595B76;
}
</style>
background-color css
<style>
a { background-color: #595B76; }
a { background-color: rgb(89,91,118); }
div.DivClassName
{
background-color: #595B76;
}
.BgClassName
{
background-color: #595B76;
}
</style>
border-color css
<style>
span { border-color: #595B76; }
span { border-color: rgb(89,91,118); }
td.TdClassName
{
border-color: #595B76;
}
.TagClassName
{
border-color: #595B76;
}
</style>