Shades of Como #567F66
Tints of Como #567F66
RGB
CMYK
RGB Variations
Color information
#567F66 (or 0x567F66) is known color: Como. HEX triplet: 56, 7F and 66. RGB value is (86,127,102). Sum of RGB (Red+Green+Blue) = 86+127+102=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #567F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567F66 is #A98099. Grayscale: #6F6F6F. Windows color (decimal): -11108506 or 6717270. OLE color: 6717270.
HSL color Cylindrical-coordinate representation of color #567F66: hue angle of 143.41º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567F66 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 127 | 102 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.50 |
| HSL | 143.41º | 0.19% | 0.42% | - |
| HSV(B) | 143.41º | 0.32% | 0.5% | - |
| XYZ | 13.83 | 18.12 | 15.34 | - |
| YUV | 111.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 102 | 0.32 | 0 | 0.20 | 0.50 | 143.41 | 0.19 | 0.42 |
| Hex | 56 | 7F | 66 | 20 | 0 | 14 | 32 | 8F | 13 | 2A |
| Octal | 126 | 177 | 146 | 40 | 0 | 24 | 62 | 217 | 23 | 52 |
| Binary | 1010110 | 1111111 | 1100110 | 100000 | 0 | 10100 | 110010 | 10001111 | 10011 | 101010 |
Color Harmonies of #567F66
Complementary color
Monochromatic Colors of #567F66
Black with #567F66
Text Example
Text Example
White with #567F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F66; }
p { color: rgb(86,127,102); }
H1.HeaderClassName
{
color: #567F66;
}
.AnyTagClassName
{
color: #567F66;
}
</style>
background-color css
<style>
a { background-color: #567F66; }
a { background-color: rgb(86,127,102); }
div.DivClassName
{
background-color: #567F66;
}
.BgClassName
{
background-color: #567F66;
}
</style>
border-color css
<style>
span { border-color: #567F66; }
span { border-color: rgb(86,127,102); }
td.TdClassName
{
border-color: #567F66;
}
.TagClassName
{
border-color: #567F66;
}
</style>