Shades of Comet #565676
Tints of Comet #565676
RGB
CMYK
RGB Variations
Color information
#565676 (or 0x565676) is known color: Comet. HEX triplet: 56, 56 and 76. RGB value is (86,86,118). Sum of RGB (Red+Green+Blue) = 86+86+118=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #565676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565676 is #A9A989. Grayscale: #595959. Windows color (decimal): -11118986 or 7755350. OLE color: 7755350.
HSL color Cylindrical-coordinate representation of color #565676: hue angle of 240º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565676 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 86 | 118 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.54 |
| HSL | 240º | 0.16% | 0.4% | - |
| HSV(B) | 240º | 0.27% | 0.46% | - |
| XYZ | 10.44 | 9.94 | 18.51 | - |
| YUV | 89.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 118 | 0.27 | 0.27 | 0 | 0.54 | 240 | 0.16 | 0.4 |
| Hex | 56 | 56 | 76 | 1B | 1B | 0 | 36 | F0 | 10 | 28 |
| Octal | 126 | 126 | 166 | 33 | 33 | 0 | 66 | 360 | 20 | 50 |
| Binary | 1010110 | 1010110 | 1110110 | 11011 | 11011 | 0 | 110110 | 11110000 | 10000 | 101000 |
Color Harmonies of #565676
Complementary color
Monochromatic Colors of #565676
Black with #565676
Text Example
Text Example
White with #565676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565676; }
p { color: rgb(86,86,118); }
H1.HeaderClassName
{
color: #565676;
}
.AnyTagClassName
{
color: #565676;
}
</style>
background-color css
<style>
a { background-color: #565676; }
a { background-color: rgb(86,86,118); }
div.DivClassName
{
background-color: #565676;
}
.BgClassName
{
background-color: #565676;
}
</style>
border-color css
<style>
span { border-color: #565676; }
span { border-color: rgb(86,86,118); }
td.TdClassName
{
border-color: #565676;
}
.TagClassName
{
border-color: #565676;
}
</style>