Shades of Comet #59607A
Tints of Comet #59607A
RGB
CMYK
RGB Variations
Color information
#59607A (or 0x59607A) is known color: Comet. HEX triplet: 59, 60 and 7A. RGB value is (89,96,122). Sum of RGB (Red+Green+Blue) = 89+96+122=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #59607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59607A is #A69F85. Grayscale: #606060. Windows color (decimal): -10919814 or 8020057. OLE color: 8020057.
HSL color Cylindrical-coordinate representation of color #59607A: hue angle of 227.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #59607A is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 96 | 122 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.52 |
| HSL | 227.27º | 0.16% | 0.41% | - |
| HSV(B) | 227.27º | 0.27% | 0.48% | - |
| XYZ | 11.82 | 11.89 | 20.09 | - |
| YUV | 96.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 122 | 0.27 | 0.21 | 0 | 0.52 | 227.27 | 0.16 | 0.41 |
| Hex | 59 | 60 | 7A | 1B | 15 | 0 | 34 | E3 | 10 | 29 |
| Octal | 131 | 140 | 172 | 33 | 25 | 0 | 64 | 343 | 20 | 51 |
| Binary | 1011001 | 1100000 | 1111010 | 11011 | 10101 | 0 | 110100 | 11100011 | 10000 | 101001 |
Color Harmonies of #59607A
Complementary color
Monochromatic Colors of #59607A
Black with #59607A
Text Example
Text Example
White with #59607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59607A; }
p { color: rgb(89,96,122); }
H1.HeaderClassName
{
color: #59607A;
}
.AnyTagClassName
{
color: #59607A;
}
</style>
background-color css
<style>
a { background-color: #59607A; }
a { background-color: rgb(89,96,122); }
div.DivClassName
{
background-color: #59607A;
}
.BgClassName
{
background-color: #59607A;
}
</style>
border-color css
<style>
span { border-color: #59607A; }
span { border-color: rgb(89,96,122); }
td.TdClassName
{
border-color: #59607A;
}
.TagClassName
{
border-color: #59607A;
}
</style>