Shades of Comet #595D79
Tints of Comet #595D79
RGB
CMYK
RGB Variations
Color information
#595D79 (or 0x595D79) is known color: Comet. HEX triplet: 59, 5D and 79. RGB value is (89,93,121). Sum of RGB (Red+Green+Blue) = 89+93+121=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #595D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D79 is #A6A286. Grayscale: #5E5E5E. Windows color (decimal): -10920583 or 7953753. OLE color: 7953753.
HSL color Cylindrical-coordinate representation of color #595D79: hue angle of 232.5º 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 #595D79 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 93 | 121 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.53 |
| HSL | 232.5º | 0.15% | 0.41% | - |
| HSV(B) | 232.5º | 0.26% | 0.47% | - |
| XYZ | 11.49 | 11.33 | 19.67 | - |
| YUV | 95 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 121 | 0.26 | 0.23 | 0 | 0.53 | 232.5 | 0.15 | 0.41 |
| Hex | 59 | 5D | 79 | 1A | 17 | 0 | 35 | E8 | F | 29 |
| Octal | 131 | 135 | 171 | 32 | 27 | 0 | 65 | 350 | 17 | 51 |
| Binary | 1011001 | 1011101 | 1111001 | 11010 | 10111 | 0 | 110101 | 11101000 | 1111 | 101001 |
Color Harmonies of #595D79
Complementary color
Monochromatic Colors of #595D79
Black with #595D79
Text Example
Text Example
White with #595D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D79; }
p { color: rgb(89,93,121); }
H1.HeaderClassName
{
color: #595D79;
}
.AnyTagClassName
{
color: #595D79;
}
</style>
background-color css
<style>
a { background-color: #595D79; }
a { background-color: rgb(89,93,121); }
div.DivClassName
{
background-color: #595D79;
}
.BgClassName
{
background-color: #595D79;
}
</style>
border-color css
<style>
span { border-color: #595D79; }
span { border-color: rgb(89,93,121); }
td.TdClassName
{
border-color: #595D79;
}
.TagClassName
{
border-color: #595D79;
}
</style>