Shades of Comet #59607D
Tints of Comet #59607D
RGB
CMYK
RGB Variations
Color information
#59607D (or 0x59607D) is known color: Comet. HEX triplet: 59, 60 and 7D. RGB value is (89,96,125). Sum of RGB (Red+Green+Blue) = 89+96+125=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #59607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59607D is #A69F82. Grayscale: #616161. Windows color (decimal): -10919811 or 8216665. OLE color: 8216665.
HSL color Cylindrical-coordinate representation of color #59607D: hue angle of 228.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59607D is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 96 | 125 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.51 |
| HSL | 228.33º | 0.17% | 0.42% | - |
| HSV(B) | 228.33º | 0.29% | 0.49% | - |
| XYZ | 12 | 11.97 | 21.08 | - |
| YUV | 97.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 125 | 0.29 | 0.23 | 0 | 0.51 | 228.33 | 0.17 | 0.42 |
| Hex | 59 | 60 | 7D | 1D | 17 | 0 | 33 | E4 | 11 | 2A |
| Octal | 131 | 140 | 175 | 35 | 27 | 0 | 63 | 344 | 21 | 52 |
| Binary | 1011001 | 1100000 | 1111101 | 11101 | 10111 | 0 | 110011 | 11100100 | 10001 | 101010 |
Color Harmonies of #59607D
Complementary color
Monochromatic Colors of #59607D
Black with #59607D
Text Example
Text Example
White with #59607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59607D; }
p { color: rgb(89,96,125); }
H1.HeaderClassName
{
color: #59607D;
}
.AnyTagClassName
{
color: #59607D;
}
</style>
background-color css
<style>
a { background-color: #59607D; }
a { background-color: rgb(89,96,125); }
div.DivClassName
{
background-color: #59607D;
}
.BgClassName
{
background-color: #59607D;
}
</style>
border-color css
<style>
span { border-color: #59607D; }
span { border-color: rgb(89,96,125); }
td.TdClassName
{
border-color: #59607D;
}
.TagClassName
{
border-color: #59607D;
}
</style>