Shades of Comet #56577C
Tints of Comet #56577C
RGB
CMYK
RGB Variations
Color information
#56577C (or 0x56577C) is known color: Comet. HEX triplet: 56, 57 and 7C. RGB value is (86,87,124). Sum of RGB (Red+Green+Blue) = 86+87+124=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #56577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56577C is #A9A883. Grayscale: #5A5A5A. Windows color (decimal): -11118724 or 8148822. OLE color: 8148822.
HSL color Cylindrical-coordinate representation of color #56577C: hue angle of 238.42º 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 #56577C is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 87 | 124 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.51 |
| HSL | 238.42º | 0.18% | 0.41% | - |
| HSV(B) | 238.42º | 0.31% | 0.49% | - |
| XYZ | 10.88 | 10.25 | 20.47 | - |
| YUV | 90.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 124 | 0.31 | 0.30 | 0 | 0.51 | 238.42 | 0.18 | 0.41 |
| Hex | 56 | 57 | 7C | 1F | 1E | 0 | 33 | EE | 12 | 29 |
| Octal | 126 | 127 | 174 | 37 | 36 | 0 | 63 | 356 | 22 | 51 |
| Binary | 1010110 | 1010111 | 1111100 | 11111 | 11110 | 0 | 110011 | 11101110 | 10010 | 101001 |
Color Harmonies of #56577C
Complementary color
Monochromatic Colors of #56577C
Black with #56577C
Text Example
Text Example
White with #56577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56577C; }
p { color: rgb(86,87,124); }
H1.HeaderClassName
{
color: #56577C;
}
.AnyTagClassName
{
color: #56577C;
}
</style>
background-color css
<style>
a { background-color: #56577C; }
a { background-color: rgb(86,87,124); }
div.DivClassName
{
background-color: #56577C;
}
.BgClassName
{
background-color: #56577C;
}
</style>
border-color css
<style>
span { border-color: #56577C; }
span { border-color: rgb(86,87,124); }
td.TdClassName
{
border-color: #56577C;
}
.TagClassName
{
border-color: #56577C;
}
</style>