Shades of Comet #56566D
Tints of Comet #56566D
RGB
CMYK
RGB Variations
Color information
#56566D (or 0x56566D) is known color: Comet. HEX triplet: 56, 56 and 6D. RGB value is (86,86,109). Sum of RGB (Red+Green+Blue) = 86+86+109=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #56566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56566D is #A9A992. Grayscale: #585858. Windows color (decimal): -11118995 or 7165526. OLE color: 7165526.
HSL color Cylindrical-coordinate representation of color #56566D: hue angle of 240º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56566D is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 86 | 109 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.57 |
| HSL | 240º | 0.12% | 0.38% | - |
| HSV(B) | 240º | 0.21% | 0.43% | - |
| XYZ | 9.93 | 9.74 | 15.82 | - |
| YUV | 88.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 109 | 0.21 | 0.21 | 0 | 0.57 | 240 | 0.12 | 0.38 |
| Hex | 56 | 56 | 6D | 15 | 15 | 0 | 39 | F0 | C | 26 |
| Octal | 126 | 126 | 155 | 25 | 25 | 0 | 71 | 360 | 14 | 46 |
| Binary | 1010110 | 1010110 | 1101101 | 10101 | 10101 | 0 | 111001 | 11110000 | 1100 | 100110 |
Color Harmonies of #56566D
Complementary color
Monochromatic Colors of #56566D
Black with #56566D
Text Example
Text Example
White with #56566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56566D; }
p { color: rgb(86,86,109); }
H1.HeaderClassName
{
color: #56566D;
}
.AnyTagClassName
{
color: #56566D;
}
</style>
background-color css
<style>
a { background-color: #56566D; }
a { background-color: rgb(86,86,109); }
div.DivClassName
{
background-color: #56566D;
}
.BgClassName
{
background-color: #56566D;
}
</style>
border-color css
<style>
span { border-color: #56566D; }
span { border-color: rgb(86,86,109); }
td.TdClassName
{
border-color: #56566D;
}
.TagClassName
{
border-color: #56566D;
}
</style>