Shades of Como #566F63
Tints of Como #566F63
RGB
CMYK
RGB Variations
Color information
#566F63 (or 0x566F63) is known color: Como. HEX triplet: 56, 6F and 63. RGB value is (86,111,99). Sum of RGB (Red+Green+Blue) = 86+111+99=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #566F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F63 is #A9909C. Grayscale: #666666. Windows color (decimal): -11112605 or 6516566. OLE color: 6516566.
HSL color Cylindrical-coordinate representation of color #566F63: hue angle of 151.2º 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 #566F63 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 99 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.56 |
| HSL | 151.2º | 0.13% | 0.39% | - |
| HSV(B) | 151.2º | 0.23% | 0.44% | - |
| XYZ | 11.77 | 14.25 | 13.93 | - |
| YUV | 102.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 99 | 0.23 | 0 | 0.11 | 0.56 | 151.2 | 0.13 | 0.39 |
| Hex | 56 | 6F | 63 | 17 | 0 | B | 38 | 97 | D | 27 |
| Octal | 126 | 157 | 143 | 27 | 0 | 13 | 70 | 227 | 15 | 47 |
| Binary | 1010110 | 1101111 | 1100011 | 10111 | 0 | 1011 | 111000 | 10010111 | 1101 | 100111 |
Color Harmonies of #566F63
Complementary color
Monochromatic Colors of #566F63
Black with #566F63
Text Example
Text Example
White with #566F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F63; }
p { color: rgb(86,111,99); }
H1.HeaderClassName
{
color: #566F63;
}
.AnyTagClassName
{
color: #566F63;
}
</style>
background-color css
<style>
a { background-color: #566F63; }
a { background-color: rgb(86,111,99); }
div.DivClassName
{
background-color: #566F63;
}
.BgClassName
{
background-color: #566F63;
}
</style>
border-color css
<style>
span { border-color: #566F63; }
span { border-color: rgb(86,111,99); }
td.TdClassName
{
border-color: #566F63;
}
.TagClassName
{
border-color: #566F63;
}
</style>