Shades of Comet #59577E
Tints of Comet #59577E
RGB
CMYK
RGB Variations
Color information
#59577E (or 0x59577E) is known color: Comet. HEX triplet: 59, 57 and 7E. RGB value is (89,87,126). Sum of RGB (Red+Green+Blue) = 89+87+126=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #59577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59577E is #A6A881. Grayscale: #5B5B5B. Windows color (decimal): -10922114 or 8279897. OLE color: 8279897.
HSL color Cylindrical-coordinate representation of color #59577E: hue angle of 243.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59577E is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 87 | 126 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.51 |
| HSL | 243.08º | 0.18% | 0.42% | - |
| HSV(B) | 243.08º | 0.31% | 0.49% | - |
| XYZ | 11.29 | 10.45 | 21.16 | - |
| YUV | 92.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 126 | 0.29 | 0.31 | 0 | 0.51 | 243.08 | 0.18 | 0.42 |
| Hex | 59 | 57 | 7E | 1D | 1F | 0 | 33 | F3 | 12 | 2A |
| Octal | 131 | 127 | 176 | 35 | 37 | 0 | 63 | 363 | 22 | 52 |
| Binary | 1011001 | 1010111 | 1111110 | 11101 | 11111 | 0 | 110011 | 11110011 | 10010 | 101010 |
Color Harmonies of #59577E
Complementary color
Monochromatic Colors of #59577E
Black with #59577E
Text Example
Text Example
White with #59577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59577E; }
p { color: rgb(89,87,126); }
H1.HeaderClassName
{
color: #59577E;
}
.AnyTagClassName
{
color: #59577E;
}
</style>
background-color css
<style>
a { background-color: #59577E; }
a { background-color: rgb(89,87,126); }
div.DivClassName
{
background-color: #59577E;
}
.BgClassName
{
background-color: #59577E;
}
</style>
border-color css
<style>
span { border-color: #59577E; }
span { border-color: rgb(89,87,126); }
td.TdClassName
{
border-color: #59577E;
}
.TagClassName
{
border-color: #59577E;
}
</style>