Shades of Comet #59567C
Tints of Comet #59567C
RGB
CMYK
RGB Variations
Color information
#59567C (or 0x59567C) is known color: Comet. HEX triplet: 59, 56 and 7C. RGB value is (89,86,124). Sum of RGB (Red+Green+Blue) = 89+86+124=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #59567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59567C is #A6A983. Grayscale: #5B5B5B. Windows color (decimal): -10922372 or 8148569. OLE color: 8148569.
HSL color Cylindrical-coordinate representation of color #59567C: hue angle of 244.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59567C is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 86 | 124 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.51 |
| HSL | 244.74º | 0.18% | 0.41% | - |
| HSV(B) | 244.74º | 0.31% | 0.49% | - |
| XYZ | 11.09 | 10.23 | 20.46 | - |
| YUV | 91.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 124 | 0.28 | 0.31 | 0 | 0.51 | 244.74 | 0.18 | 0.41 |
| Hex | 59 | 56 | 7C | 1C | 1F | 0 | 33 | F5 | 12 | 29 |
| Octal | 131 | 126 | 174 | 34 | 37 | 0 | 63 | 365 | 22 | 51 |
| Binary | 1011001 | 1010110 | 1111100 | 11100 | 11111 | 0 | 110011 | 11110101 | 10010 | 101001 |
Color Harmonies of #59567C
Complementary color
Monochromatic Colors of #59567C
Black with #59567C
Text Example
Text Example
White with #59567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59567C; }
p { color: rgb(89,86,124); }
H1.HeaderClassName
{
color: #59567C;
}
.AnyTagClassName
{
color: #59567C;
}
</style>
background-color css
<style>
a { background-color: #59567C; }
a { background-color: rgb(89,86,124); }
div.DivClassName
{
background-color: #59567C;
}
.BgClassName
{
background-color: #59567C;
}
</style>
border-color css
<style>
span { border-color: #59567C; }
span { border-color: rgb(89,86,124); }
td.TdClassName
{
border-color: #59567C;
}
.TagClassName
{
border-color: #59567C;
}
</style>