Shades of Como #567063
Tints of Como #567063
RGB
CMYK
RGB Variations
Color information
#567063 (or 0x567063) is known color: Como. HEX triplet: 56, 70 and 63. RGB value is (86,112,99). Sum of RGB (Red+Green+Blue) = 86+112+99=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #567063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567063 is #A98F9C. Grayscale: #666666. Windows color (decimal): -11112349 or 6516822. OLE color: 6516822.
HSL color Cylindrical-coordinate representation of color #567063: hue angle of 150º 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 #567063 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 99 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.56 |
| HSL | 150º | 0.13% | 0.39% | - |
| HSV(B) | 150º | 0.23% | 0.44% | - |
| XYZ | 11.88 | 14.47 | 13.97 | - |
| YUV | 102.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 99 | 0.23 | 0 | 0.12 | 0.56 | 150 | 0.13 | 0.39 |
| Hex | 56 | 70 | 63 | 17 | 0 | C | 38 | 96 | D | 27 |
| Octal | 126 | 160 | 143 | 27 | 0 | 14 | 70 | 226 | 15 | 47 |
| Binary | 1010110 | 1110000 | 1100011 | 10111 | 0 | 1100 | 111000 | 10010110 | 1101 | 100111 |
Color Harmonies of #567063
Complementary color
Monochromatic Colors of #567063
Black with #567063
Text Example
Text Example
White with #567063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567063; }
p { color: rgb(86,112,99); }
H1.HeaderClassName
{
color: #567063;
}
.AnyTagClassName
{
color: #567063;
}
</style>
background-color css
<style>
a { background-color: #567063; }
a { background-color: rgb(86,112,99); }
div.DivClassName
{
background-color: #567063;
}
.BgClassName
{
background-color: #567063;
}
</style>
border-color css
<style>
span { border-color: #567063; }
span { border-color: rgb(86,112,99); }
td.TdClassName
{
border-color: #567063;
}
.TagClassName
{
border-color: #567063;
}
</style>