Shades of Comet #595A73
Tints of Comet #595A73
RGB
CMYK
RGB Variations
Color information
#595A73 (or 0x595A73) is known color: Comet. HEX triplet: 59, 5A and 73. RGB value is (89,90,115). Sum of RGB (Red+Green+Blue) = 89+90+115=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #595A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595A73 is #A6A58C. Grayscale: #5C5C5C. Windows color (decimal): -10921357 or 7559769. OLE color: 7559769.
HSL color Cylindrical-coordinate representation of color #595A73: hue angle of 237.69º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595A73 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 90 | 115 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.55 |
| HSL | 237.69º | 0.13% | 0.4% | - |
| HSV(B) | 237.69º | 0.23% | 0.45% | - |
| XYZ | 10.87 | 10.67 | 17.71 | - |
| YUV | 92.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 115 | 0.23 | 0.22 | 0 | 0.55 | 237.69 | 0.13 | 0.4 |
| Hex | 59 | 5A | 73 | 17 | 16 | 0 | 37 | EE | D | 28 |
| Octal | 131 | 132 | 163 | 27 | 26 | 0 | 67 | 356 | 15 | 50 |
| Binary | 1011001 | 1011010 | 1110011 | 10111 | 10110 | 0 | 110111 | 11101110 | 1101 | 101000 |
Color Harmonies of #595A73
Complementary color
Monochromatic Colors of #595A73
Black with #595A73
Text Example
Text Example
White with #595A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A73; }
p { color: rgb(89,90,115); }
H1.HeaderClassName
{
color: #595A73;
}
.AnyTagClassName
{
color: #595A73;
}
</style>
background-color css
<style>
a { background-color: #595A73; }
a { background-color: rgb(89,90,115); }
div.DivClassName
{
background-color: #595A73;
}
.BgClassName
{
background-color: #595A73;
}
</style>
border-color css
<style>
span { border-color: #595A73; }
span { border-color: rgb(89,90,115); }
td.TdClassName
{
border-color: #595A73;
}
.TagClassName
{
border-color: #595A73;
}
</style>