Shades of Comet #59567A
Tints of Comet #59567A
RGB
CMYK
RGB Variations
Color information
#59567A (or 0x59567A) is known color: Comet. HEX triplet: 59, 56 and 7A. RGB value is (89,86,122). Sum of RGB (Red+Green+Blue) = 89+86+122=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #59567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59567A is #A6A985. Grayscale: #5A5A5A. Windows color (decimal): -10922374 or 8017497. OLE color: 8017497.
HSL color Cylindrical-coordinate representation of color #59567A: hue angle of 245º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59567A is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 86 | 122 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.52 |
| HSL | 245º | 0.17% | 0.41% | - |
| HSV(B) | 245º | 0.3% | 0.48% | - |
| XYZ | 10.96 | 10.18 | 19.8 | - |
| YUV | 91 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 122 | 0.27 | 0.30 | 0 | 0.52 | 245 | 0.17 | 0.41 |
| Hex | 59 | 56 | 7A | 1B | 1E | 0 | 34 | F5 | 11 | 29 |
| Octal | 131 | 126 | 172 | 33 | 36 | 0 | 64 | 365 | 21 | 51 |
| Binary | 1011001 | 1010110 | 1111010 | 11011 | 11110 | 0 | 110100 | 11110101 | 10001 | 101001 |
Color Harmonies of #59567A
Complementary color
Monochromatic Colors of #59567A
Black with #59567A
Text Example
Text Example
White with #59567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59567A; }
p { color: rgb(89,86,122); }
H1.HeaderClassName
{
color: #59567A;
}
.AnyTagClassName
{
color: #59567A;
}
</style>
background-color css
<style>
a { background-color: #59567A; }
a { background-color: rgb(89,86,122); }
div.DivClassName
{
background-color: #59567A;
}
.BgClassName
{
background-color: #59567A;
}
</style>
border-color css
<style>
span { border-color: #59567A; }
span { border-color: rgb(89,86,122); }
td.TdClassName
{
border-color: #59567A;
}
.TagClassName
{
border-color: #59567A;
}
</style>