Shades of Como #567F60
Tints of Como #567F60
RGB
CMYK
RGB Variations
Color information
#567F60 (or 0x567F60) is known color: Como. HEX triplet: 56, 7F and 60. RGB value is (86,127,96). Sum of RGB (Red+Green+Blue) = 86+127+96=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 127 - color contains mainly: green. Hex color #567F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567F60 is #A9809F. Grayscale: #6F6F6F. Windows color (decimal): -11108512 or 6324054. OLE color: 6324054.
HSL color Cylindrical-coordinate representation of color #567F60: hue angle of 134.63º 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 #567F60 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 127 | 96 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.50 |
| HSL | 134.63º | 0.19% | 0.42% | - |
| HSV(B) | 134.63º | 0.32% | 0.5% | - |
| XYZ | 13.54 | 18 | 13.83 | - |
| YUV | 111.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 96 | 0.32 | 0 | 0.24 | 0.50 | 134.63 | 0.19 | 0.42 |
| Hex | 56 | 7F | 60 | 20 | 0 | 18 | 32 | 87 | 13 | 2A |
| Octal | 126 | 177 | 140 | 40 | 0 | 30 | 62 | 207 | 23 | 52 |
| Binary | 1010110 | 1111111 | 1100000 | 100000 | 0 | 11000 | 110010 | 10000111 | 10011 | 101010 |
Color Harmonies of #567F60
Complementary color
Monochromatic Colors of #567F60
Black with #567F60
Text Example
Text Example
White with #567F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F60; }
p { color: rgb(86,127,96); }
H1.HeaderClassName
{
color: #567F60;
}
.AnyTagClassName
{
color: #567F60;
}
</style>
background-color css
<style>
a { background-color: #567F60; }
a { background-color: rgb(86,127,96); }
div.DivClassName
{
background-color: #567F60;
}
.BgClassName
{
background-color: #567F60;
}
</style>
border-color css
<style>
span { border-color: #567F60; }
span { border-color: rgb(86,127,96); }
td.TdClassName
{
border-color: #567F60;
}
.TagClassName
{
border-color: #567F60;
}
</style>