Shades of Comet #56576F
Tints of Comet #56576F
RGB
CMYK
RGB Variations
Color information
#56576F (or 0x56576F) is known color: Comet. HEX triplet: 56, 57 and 6F. RGB value is (86,87,111). Sum of RGB (Red+Green+Blue) = 86+87+111=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #56576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56576F is #A9A890. Grayscale: #595959. Windows color (decimal): -11118737 or 7296854. OLE color: 7296854.
HSL color Cylindrical-coordinate representation of color #56576F: hue angle of 237.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56576F is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 87 | 111 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.56 |
| HSL | 237.6º | 0.13% | 0.39% | - |
| HSV(B) | 237.6º | 0.23% | 0.44% | - |
| XYZ | 10.12 | 9.94 | 16.42 | - |
| YUV | 89.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 111 | 0.23 | 0.22 | 0 | 0.56 | 237.6 | 0.13 | 0.39 |
| Hex | 56 | 57 | 6F | 17 | 16 | 0 | 38 | EE | D | 27 |
| Octal | 126 | 127 | 157 | 27 | 26 | 0 | 70 | 356 | 15 | 47 |
| Binary | 1010110 | 1010111 | 1101111 | 10111 | 10110 | 0 | 111000 | 11101110 | 1101 | 100111 |
Color Harmonies of #56576F
Complementary color
Monochromatic Colors of #56576F
Black with #56576F
Text Example
Text Example
White with #56576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56576F; }
p { color: rgb(86,87,111); }
H1.HeaderClassName
{
color: #56576F;
}
.AnyTagClassName
{
color: #56576F;
}
</style>
background-color css
<style>
a { background-color: #56576F; }
a { background-color: rgb(86,87,111); }
div.DivClassName
{
background-color: #56576F;
}
.BgClassName
{
background-color: #56576F;
}
</style>
border-color css
<style>
span { border-color: #56576F; }
span { border-color: rgb(86,87,111); }
td.TdClassName
{
border-color: #56576F;
}
.TagClassName
{
border-color: #56576F;
}
</style>