Shades of Comet #565575
Tints of Comet #565575
RGB
CMYK
RGB Variations
Color information
#565575 (or 0x565575) is known color: Comet. HEX triplet: 56, 55 and 75. RGB value is (86,85,117). Sum of RGB (Red+Green+Blue) = 86+85+117=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #565575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565575 is #A9AA8A. Grayscale: #585858. Windows color (decimal): -11119243 or 7689558. OLE color: 7689558.
HSL color Cylindrical-coordinate representation of color #565575: hue angle of 241.88º 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 #565575 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 85 | 117 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.54 |
| HSL | 241.88º | 0.16% | 0.4% | - |
| HSV(B) | 241.88º | 0.27% | 0.46% | - |
| XYZ | 10.3 | 9.76 | 18.17 | - |
| YUV | 88.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 117 | 0.26 | 0.27 | 0 | 0.54 | 241.88 | 0.16 | 0.4 |
| Hex | 56 | 55 | 75 | 1A | 1B | 0 | 36 | F2 | 10 | 28 |
| Octal | 126 | 125 | 165 | 32 | 33 | 0 | 66 | 362 | 20 | 50 |
| Binary | 1010110 | 1010101 | 1110101 | 11010 | 11011 | 0 | 110110 | 11110010 | 10000 | 101000 |
Color Harmonies of #565575
Complementary color
Monochromatic Colors of #565575
Black with #565575
Text Example
Text Example
White with #565575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565575; }
p { color: rgb(86,85,117); }
H1.HeaderClassName
{
color: #565575;
}
.AnyTagClassName
{
color: #565575;
}
</style>
background-color css
<style>
a { background-color: #565575; }
a { background-color: rgb(86,85,117); }
div.DivClassName
{
background-color: #565575;
}
.BgClassName
{
background-color: #565575;
}
</style>
border-color css
<style>
span { border-color: #565575; }
span { border-color: rgb(86,85,117); }
td.TdClassName
{
border-color: #565575;
}
.TagClassName
{
border-color: #565575;
}
</style>