Shades of Como #567E66
Tints of Como #567E66
RGB
CMYK
RGB Variations
Color information
#567E66 (or 0x567E66) is known color: Como. HEX triplet: 56, 7E and 66. RGB value is (86,126,102). Sum of RGB (Red+Green+Blue) = 86+126+102=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #567E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567E66 is #A98199. Grayscale: #6F6F6F. Windows color (decimal): -11108762 or 6717014. OLE color: 6717014.
HSL color Cylindrical-coordinate representation of color #567E66: hue angle of 144º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567E66 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 126 | 102 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.51 |
| HSL | 144º | 0.19% | 0.42% | - |
| HSV(B) | 144º | 0.32% | 0.49% | - |
| XYZ | 13.7 | 17.86 | 15.3 | - |
| YUV | 111.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 102 | 0.32 | 0 | 0.19 | 0.51 | 144 | 0.19 | 0.42 |
| Hex | 56 | 7E | 66 | 20 | 0 | 13 | 33 | 90 | 13 | 2A |
| Octal | 126 | 176 | 146 | 40 | 0 | 23 | 63 | 220 | 23 | 52 |
| Binary | 1010110 | 1111110 | 1100110 | 100000 | 0 | 10011 | 110011 | 10010000 | 10011 | 101010 |
Color Harmonies of #567E66
Complementary color
Monochromatic Colors of #567E66
Black with #567E66
Text Example
Text Example
White with #567E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E66; }
p { color: rgb(86,126,102); }
H1.HeaderClassName
{
color: #567E66;
}
.AnyTagClassName
{
color: #567E66;
}
</style>
background-color css
<style>
a { background-color: #567E66; }
a { background-color: rgb(86,126,102); }
div.DivClassName
{
background-color: #567E66;
}
.BgClassName
{
background-color: #567E66;
}
</style>
border-color css
<style>
span { border-color: #567E66; }
span { border-color: rgb(86,126,102); }
td.TdClassName
{
border-color: #567E66;
}
.TagClassName
{
border-color: #567E66;
}
</style>