Shades of Comet #595D78
Tints of Comet #595D78
RGB
CMYK
RGB Variations
Color information
#595D78 (or 0x595D78) is known color: Comet. HEX triplet: 59, 5D and 78. RGB value is (89,93,120). Sum of RGB (Red+Green+Blue) = 89+93+120=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #595D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D78 is #A6A287. Grayscale: #5E5E5E. Windows color (decimal): -10920584 or 7888217. OLE color: 7888217.
HSL color Cylindrical-coordinate representation of color #595D78: hue angle of 232.26º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595D78 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 93 | 120 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.53 |
| HSL | 232.26º | 0.15% | 0.41% | - |
| HSV(B) | 232.26º | 0.26% | 0.47% | - |
| XYZ | 11.42 | 11.31 | 19.35 | - |
| YUV | 94.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 120 | 0.26 | 0.22 | 0 | 0.53 | 232.26 | 0.15 | 0.41 |
| Hex | 59 | 5D | 78 | 1A | 16 | 0 | 35 | E8 | F | 29 |
| Octal | 131 | 135 | 170 | 32 | 26 | 0 | 65 | 350 | 17 | 51 |
| Binary | 1011001 | 1011101 | 1111000 | 11010 | 10110 | 0 | 110101 | 11101000 | 1111 | 101001 |
Color Harmonies of #595D78
Complementary color
Monochromatic Colors of #595D78
Black with #595D78
Text Example
Text Example
White with #595D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D78; }
p { color: rgb(89,93,120); }
H1.HeaderClassName
{
color: #595D78;
}
.AnyTagClassName
{
color: #595D78;
}
</style>
background-color css
<style>
a { background-color: #595D78; }
a { background-color: rgb(89,93,120); }
div.DivClassName
{
background-color: #595D78;
}
.BgClassName
{
background-color: #595D78;
}
</style>
border-color css
<style>
span { border-color: #595D78; }
span { border-color: rgb(89,93,120); }
td.TdClassName
{
border-color: #595D78;
}
.TagClassName
{
border-color: #595D78;
}
</style>