Shades of Comet #595C78
Tints of Comet #595C78
RGB
CMYK
RGB Variations
Color information
#595C78 (or 0x595C78) is known color: Comet. HEX triplet: 59, 5C and 78. RGB value is (89,92,120). Sum of RGB (Red+Green+Blue) = 89+92+120=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #595C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C78 is #A6A387. Grayscale: #5E5E5E. Windows color (decimal): -10920840 or 7887961. OLE color: 7887961.
HSL color Cylindrical-coordinate representation of color #595C78: hue angle of 234.19º 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 #595C78 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 92 | 120 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.53 |
| HSL | 234.19º | 0.15% | 0.41% | - |
| HSV(B) | 234.19º | 0.26% | 0.47% | - |
| XYZ | 11.34 | 11.13 | 19.32 | - |
| YUV | 94.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 120 | 0.26 | 0.23 | 0 | 0.53 | 234.19 | 0.15 | 0.41 |
| Hex | 59 | 5C | 78 | 1A | 17 | 0 | 35 | EA | F | 29 |
| Octal | 131 | 134 | 170 | 32 | 27 | 0 | 65 | 352 | 17 | 51 |
| Binary | 1011001 | 1011100 | 1111000 | 11010 | 10111 | 0 | 110101 | 11101010 | 1111 | 101001 |
Color Harmonies of #595C78
Complementary color
Monochromatic Colors of #595C78
Black with #595C78
Text Example
Text Example
White with #595C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C78; }
p { color: rgb(89,92,120); }
H1.HeaderClassName
{
color: #595C78;
}
.AnyTagClassName
{
color: #595C78;
}
</style>
background-color css
<style>
a { background-color: #595C78; }
a { background-color: rgb(89,92,120); }
div.DivClassName
{
background-color: #595C78;
}
.BgClassName
{
background-color: #595C78;
}
</style>
border-color css
<style>
span { border-color: #595C78; }
span { border-color: rgb(89,92,120); }
td.TdClassName
{
border-color: #595C78;
}
.TagClassName
{
border-color: #595C78;
}
</style>