Shades of Comet #56566A
Tints of Comet #56566A
RGB
CMYK
RGB Variations
Color information
#56566A (or 0x56566A) is known color: Comet. HEX triplet: 56, 56 and 6A. RGB value is (86,86,106). Sum of RGB (Red+Green+Blue) = 86+86+106=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #56566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56566A is #A9A995. Grayscale: #585858. Windows color (decimal): -11118998 or 6968918. OLE color: 6968918.
HSL color Cylindrical-coordinate representation of color #56566A: hue angle of 240º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56566A is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 86 | 106 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.58 |
| HSL | 240º | 0.1% | 0.38% | - |
| HSV(B) | 240º | 0.19% | 0.42% | - |
| XYZ | 9.77 | 9.67 | 14.99 | - |
| YUV | 88.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 106 | 0.19 | 0.19 | 0 | 0.58 | 240 | 0.1 | 0.38 |
| Hex | 56 | 56 | 6A | 13 | 13 | 0 | 3A | F0 | A | 26 |
| Octal | 126 | 126 | 152 | 23 | 23 | 0 | 72 | 360 | 12 | 46 |
| Binary | 1010110 | 1010110 | 1101010 | 10011 | 10011 | 0 | 111010 | 11110000 | 1010 | 100110 |
Color Harmonies of #56566A
Complementary color
Monochromatic Colors of #56566A
Black with #56566A
Text Example
Text Example
White with #56566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56566A; }
p { color: rgb(86,86,106); }
H1.HeaderClassName
{
color: #56566A;
}
.AnyTagClassName
{
color: #56566A;
}
</style>
background-color css
<style>
a { background-color: #56566A; }
a { background-color: rgb(86,86,106); }
div.DivClassName
{
background-color: #56566A;
}
.BgClassName
{
background-color: #56566A;
}
</style>
border-color css
<style>
span { border-color: #56566A; }
span { border-color: rgb(86,86,106); }
td.TdClassName
{
border-color: #56566A;
}
.TagClassName
{
border-color: #56566A;
}
</style>