Shades of Comet #56576B
Tints of Comet #56576B
RGB
CMYK
RGB Variations
Color information
#56576B (or 0x56576B) is known color: Comet. HEX triplet: 56, 57 and 6B. RGB value is (86,87,107). Sum of RGB (Red+Green+Blue) = 86+87+107=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #56576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56576B is #A9A894. Grayscale: #585858. Windows color (decimal): -11118741 or 7034710. OLE color: 7034710.
HSL color Cylindrical-coordinate representation of color #56576B: hue angle of 237.14º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56576B is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 87 | 107 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.58 |
| HSL | 237.14º | 0.11% | 0.38% | - |
| HSV(B) | 237.14º | 0.2% | 0.42% | - |
| XYZ | 9.9 | 9.86 | 15.29 | - |
| YUV | 88.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 107 | 0.20 | 0.19 | 0 | 0.58 | 237.14 | 0.11 | 0.38 |
| Hex | 56 | 57 | 6B | 14 | 13 | 0 | 3A | ED | B | 26 |
| Octal | 126 | 127 | 153 | 24 | 23 | 0 | 72 | 355 | 13 | 46 |
| Binary | 1010110 | 1010111 | 1101011 | 10100 | 10011 | 0 | 111010 | 11101101 | 1011 | 100110 |
Color Harmonies of #56576B
Complementary color
Monochromatic Colors of #56576B
Black with #56576B
Text Example
Text Example
White with #56576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56576B; }
p { color: rgb(86,87,107); }
H1.HeaderClassName
{
color: #56576B;
}
.AnyTagClassName
{
color: #56576B;
}
</style>
background-color css
<style>
a { background-color: #56576B; }
a { background-color: rgb(86,87,107); }
div.DivClassName
{
background-color: #56576B;
}
.BgClassName
{
background-color: #56576B;
}
</style>
border-color css
<style>
span { border-color: #56576B; }
span { border-color: rgb(86,87,107); }
td.TdClassName
{
border-color: #56576B;
}
.TagClassName
{
border-color: #56576B;
}
</style>