Shades of Comet #56577E
Tints of Comet #56577E
RGB
CMYK
RGB Variations
Color information
#56577E (or 0x56577E) is known color: Comet. HEX triplet: 56, 57 and 7E. RGB value is (86,87,126). Sum of RGB (Red+Green+Blue) = 86+87+126=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #56577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56577E is #A9A881. Grayscale: #5A5A5A. Windows color (decimal): -11118722 or 8279894. OLE color: 8279894.
HSL color Cylindrical-coordinate representation of color #56577E: hue angle of 238.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56577E is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 87 | 126 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.51 |
| HSL | 238.5º | 0.19% | 0.42% | - |
| HSV(B) | 238.5º | 0.32% | 0.49% | - |
| XYZ | 11.01 | 10.3 | 21.15 | - |
| YUV | 91.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 126 | 0.32 | 0.31 | 0 | 0.51 | 238.5 | 0.19 | 0.42 |
| Hex | 56 | 57 | 7E | 20 | 1F | 0 | 33 | EE | 13 | 2A |
| Octal | 126 | 127 | 176 | 40 | 37 | 0 | 63 | 356 | 23 | 52 |
| Binary | 1010110 | 1010111 | 1111110 | 100000 | 11111 | 0 | 110011 | 11101110 | 10011 | 101010 |
Color Harmonies of #56577E
Complementary color
Monochromatic Colors of #56577E
Black with #56577E
Text Example
Text Example
White with #56577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56577E; }
p { color: rgb(86,87,126); }
H1.HeaderClassName
{
color: #56577E;
}
.AnyTagClassName
{
color: #56577E;
}
</style>
background-color css
<style>
a { background-color: #56577E; }
a { background-color: rgb(86,87,126); }
div.DivClassName
{
background-color: #56577E;
}
.BgClassName
{
background-color: #56577E;
}
</style>
border-color css
<style>
span { border-color: #56577E; }
span { border-color: rgb(86,87,126); }
td.TdClassName
{
border-color: #56577E;
}
.TagClassName
{
border-color: #56577E;
}
</style>