Shades of Comet #56587F
Tints of Comet #56587F
RGB
CMYK
RGB Variations
Color information
#56587F (or 0x56587F) is known color: Comet. HEX triplet: 56, 58 and 7F. RGB value is (86,88,127). Sum of RGB (Red+Green+Blue) = 86+88+127=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #56587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56587F is #A9A780. Grayscale: #5B5B5B. Windows color (decimal): -11118465 or 8345686. OLE color: 8345686.
HSL color Cylindrical-coordinate representation of color #56587F: hue angle of 237.07º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56587F is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 88 | 127 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.50 |
| HSL | 237.07º | 0.19% | 0.42% | - |
| HSV(B) | 237.07º | 0.32% | 0.5% | - |
| XYZ | 11.16 | 10.49 | 21.52 | - |
| YUV | 91.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 127 | 0.32 | 0.31 | 0 | 0.50 | 237.07 | 0.19 | 0.42 |
| Hex | 56 | 58 | 7F | 20 | 1F | 0 | 32 | ED | 13 | 2A |
| Octal | 126 | 130 | 177 | 40 | 37 | 0 | 62 | 355 | 23 | 52 |
| Binary | 1010110 | 1011000 | 1111111 | 100000 | 11111 | 0 | 110010 | 11101101 | 10011 | 101010 |
Color Harmonies of #56587F
Complementary color
Monochromatic Colors of #56587F
Black with #56587F
Text Example
Text Example
White with #56587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56587F; }
p { color: rgb(86,88,127); }
H1.HeaderClassName
{
color: #56587F;
}
.AnyTagClassName
{
color: #56587F;
}
</style>
background-color css
<style>
a { background-color: #56587F; }
a { background-color: rgb(86,88,127); }
div.DivClassName
{
background-color: #56587F;
}
.BgClassName
{
background-color: #56587F;
}
</style>
border-color css
<style>
span { border-color: #56587F; }
span { border-color: rgb(86,88,127); }
td.TdClassName
{
border-color: #56587F;
}
.TagClassName
{
border-color: #56587F;
}
</style>