Shades of Comet #59607C
Tints of Comet #59607C
RGB
CMYK
RGB Variations
Color information
#59607C (or 0x59607C) is known color: Comet. HEX triplet: 59, 60 and 7C. RGB value is (89,96,124). Sum of RGB (Red+Green+Blue) = 89+96+124=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #59607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59607C is #A69F83. Grayscale: #606060. Windows color (decimal): -10919812 or 8151129. OLE color: 8151129.
HSL color Cylindrical-coordinate representation of color #59607C: hue angle of 228º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #59607C is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 96 | 124 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.51 |
| HSL | 228º | 0.16% | 0.42% | - |
| HSV(B) | 228º | 0.28% | 0.49% | - |
| XYZ | 11.94 | 11.94 | 20.75 | - |
| YUV | 97.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 124 | 0.28 | 0.23 | 0 | 0.51 | 228 | 0.16 | 0.42 |
| Hex | 59 | 60 | 7C | 1C | 17 | 0 | 33 | E4 | 10 | 2A |
| Octal | 131 | 140 | 174 | 34 | 27 | 0 | 63 | 344 | 20 | 52 |
| Binary | 1011001 | 1100000 | 1111100 | 11100 | 10111 | 0 | 110011 | 11100100 | 10000 | 101010 |
Color Harmonies of #59607C
Complementary color
Monochromatic Colors of #59607C
Black with #59607C
Text Example
Text Example
White with #59607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59607C; }
p { color: rgb(89,96,124); }
H1.HeaderClassName
{
color: #59607C;
}
.AnyTagClassName
{
color: #59607C;
}
</style>
background-color css
<style>
a { background-color: #59607C; }
a { background-color: rgb(89,96,124); }
div.DivClassName
{
background-color: #59607C;
}
.BgClassName
{
background-color: #59607C;
}
</style>
border-color css
<style>
span { border-color: #59607C; }
span { border-color: rgb(89,96,124); }
td.TdClassName
{
border-color: #59607C;
}
.TagClassName
{
border-color: #59607C;
}
</style>