Shades of Comet #56577F
Tints of Comet #56577F
RGB
CMYK
RGB Variations
Color information
#56577F (or 0x56577F) is known color: Comet. HEX triplet: 56, 57 and 7F. RGB value is (86,87,127). Sum of RGB (Red+Green+Blue) = 86+87+127=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #56577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56577F is #A9A880. Grayscale: #5B5B5B. Windows color (decimal): -11118721 or 8345430. OLE color: 8345430.
HSL color Cylindrical-coordinate representation of color #56577F: hue angle of 238.54º 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 #56577F is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 87 | 127 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.50 |
| HSL | 238.54º | 0.19% | 0.42% | - |
| HSV(B) | 238.54º | 0.32% | 0.5% | - |
| XYZ | 11.08 | 10.33 | 21.49 | - |
| YUV | 91.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 127 | 0.32 | 0.31 | 0 | 0.50 | 238.54 | 0.19 | 0.42 |
| Hex | 56 | 57 | 7F | 20 | 1F | 0 | 32 | EF | 13 | 2A |
| Octal | 126 | 127 | 177 | 40 | 37 | 0 | 62 | 357 | 23 | 52 |
| Binary | 1010110 | 1010111 | 1111111 | 100000 | 11111 | 0 | 110010 | 11101111 | 10011 | 101010 |
Color Harmonies of #56577F
Complementary color
Monochromatic Colors of #56577F
Black with #56577F
Text Example
Text Example
White with #56577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56577F; }
p { color: rgb(86,87,127); }
H1.HeaderClassName
{
color: #56577F;
}
.AnyTagClassName
{
color: #56577F;
}
</style>
background-color css
<style>
a { background-color: #56577F; }
a { background-color: rgb(86,87,127); }
div.DivClassName
{
background-color: #56577F;
}
.BgClassName
{
background-color: #56577F;
}
</style>
border-color css
<style>
span { border-color: #56577F; }
span { border-color: rgb(86,87,127); }
td.TdClassName
{
border-color: #56577F;
}
.TagClassName
{
border-color: #56577F;
}
</style>