Shades of Comet #59607F
Tints of Comet #59607F
RGB
CMYK
RGB Variations
Color information
#59607F (or 0x59607F) is known color: Comet. HEX triplet: 59, 60 and 7F. RGB value is (89,96,127). Sum of RGB (Red+Green+Blue) = 89+96+127=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #59607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59607F is #A69F80. Grayscale: #616161. Windows color (decimal): -10919809 or 8347737. OLE color: 8347737.
HSL color Cylindrical-coordinate representation of color #59607F: hue angle of 228.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59607F is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 96 | 127 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.50 |
| HSL | 228.95º | 0.18% | 0.42% | - |
| HSV(B) | 228.95º | 0.3% | 0.5% | - |
| XYZ | 12.13 | 12.02 | 21.76 | - |
| YUV | 97.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 127 | 0.30 | 0.24 | 0 | 0.50 | 228.95 | 0.18 | 0.42 |
| Hex | 59 | 60 | 7F | 1E | 18 | 0 | 32 | E5 | 12 | 2A |
| Octal | 131 | 140 | 177 | 36 | 30 | 0 | 62 | 345 | 22 | 52 |
| Binary | 1011001 | 1100000 | 1111111 | 11110 | 11000 | 0 | 110010 | 11100101 | 10010 | 101010 |
Color Harmonies of #59607F
Complementary color
Monochromatic Colors of #59607F
Black with #59607F
Text Example
Text Example
White with #59607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59607F; }
p { color: rgb(89,96,127); }
H1.HeaderClassName
{
color: #59607F;
}
.AnyTagClassName
{
color: #59607F;
}
</style>
background-color css
<style>
a { background-color: #59607F; }
a { background-color: rgb(89,96,127); }
div.DivClassName
{
background-color: #59607F;
}
.BgClassName
{
background-color: #59607F;
}
</style>
border-color css
<style>
span { border-color: #59607F; }
span { border-color: rgb(89,96,127); }
td.TdClassName
{
border-color: #59607F;
}
.TagClassName
{
border-color: #59607F;
}
</style>