Shades of Comet #595C79
Tints of Comet #595C79
RGB
CMYK
RGB Variations
Color information
#595C79 (or 0x595C79) is known color: Comet. HEX triplet: 59, 5C and 79. RGB value is (89,92,121). Sum of RGB (Red+Green+Blue) = 89+92+121=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #595C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C79 is #A6A386. Grayscale: #5E5E5E. Windows color (decimal): -10920839 or 7953497. OLE color: 7953497.
HSL color Cylindrical-coordinate representation of color #595C79: hue angle of 234.38º 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 #595C79 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 92 | 121 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.53 |
| HSL | 234.38º | 0.15% | 0.41% | - |
| HSV(B) | 234.38º | 0.26% | 0.47% | - |
| XYZ | 11.4 | 11.16 | 19.64 | - |
| YUV | 94.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 121 | 0.26 | 0.24 | 0 | 0.53 | 234.38 | 0.15 | 0.41 |
| Hex | 59 | 5C | 79 | 1A | 18 | 0 | 35 | EA | F | 29 |
| Octal | 131 | 134 | 171 | 32 | 30 | 0 | 65 | 352 | 17 | 51 |
| Binary | 1011001 | 1011100 | 1111001 | 11010 | 11000 | 0 | 110101 | 11101010 | 1111 | 101001 |
Color Harmonies of #595C79
Complementary color
Monochromatic Colors of #595C79
Black with #595C79
Text Example
Text Example
White with #595C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C79; }
p { color: rgb(89,92,121); }
H1.HeaderClassName
{
color: #595C79;
}
.AnyTagClassName
{
color: #595C79;
}
</style>
background-color css
<style>
a { background-color: #595C79; }
a { background-color: rgb(89,92,121); }
div.DivClassName
{
background-color: #595C79;
}
.BgClassName
{
background-color: #595C79;
}
</style>
border-color css
<style>
span { border-color: #595C79; }
span { border-color: rgb(89,92,121); }
td.TdClassName
{
border-color: #595C79;
}
.TagClassName
{
border-color: #595C79;
}
</style>