Shades of Comet #56587C
Tints of Comet #56587C
RGB
CMYK
RGB Variations
Color information
#56587C (or 0x56587C) is known color: Comet. HEX triplet: 56, 58 and 7C. RGB value is (86,88,124). Sum of RGB (Red+Green+Blue) = 86+88+124=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #56587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56587C is #A9A783. Grayscale: #5B5B5B. Windows color (decimal): -11118468 or 8149078. OLE color: 8149078.
HSL color Cylindrical-coordinate representation of color #56587C: hue angle of 236.84º 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 #56587C is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 88 | 124 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.51 |
| HSL | 236.84º | 0.18% | 0.41% | - |
| HSV(B) | 236.84º | 0.31% | 0.49% | - |
| XYZ | 10.97 | 10.41 | 20.5 | - |
| YUV | 91.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 124 | 0.31 | 0.29 | 0 | 0.51 | 236.84 | 0.18 | 0.41 |
| Hex | 56 | 58 | 7C | 1F | 1D | 0 | 33 | ED | 12 | 29 |
| Octal | 126 | 130 | 174 | 37 | 35 | 0 | 63 | 355 | 22 | 51 |
| Binary | 1010110 | 1011000 | 1111100 | 11111 | 11101 | 0 | 110011 | 11101101 | 10010 | 101001 |
Color Harmonies of #56587C
Complementary color
Monochromatic Colors of #56587C
Black with #56587C
Text Example
Text Example
White with #56587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56587C; }
p { color: rgb(86,88,124); }
H1.HeaderClassName
{
color: #56587C;
}
.AnyTagClassName
{
color: #56587C;
}
</style>
background-color css
<style>
a { background-color: #56587C; }
a { background-color: rgb(86,88,124); }
div.DivClassName
{
background-color: #56587C;
}
.BgClassName
{
background-color: #56587C;
}
</style>
border-color css
<style>
span { border-color: #56587C; }
span { border-color: rgb(86,88,124); }
td.TdClassName
{
border-color: #56587C;
}
.TagClassName
{
border-color: #56587C;
}
</style>