Shades of Como #567A62
Tints of Como #567A62
RGB
CMYK
RGB Variations
Color information
#567A62 (or 0x567A62) is known color: Como. HEX triplet: 56, 7A and 62. RGB value is (86,122,98). Sum of RGB (Red+Green+Blue) = 86+122+98=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #567A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567A62 is #A9859D. Grayscale: #6C6C6C. Windows color (decimal): -11109790 or 6453846. OLE color: 6453846.
HSL color Cylindrical-coordinate representation of color #567A62: hue angle of 140º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567A62 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 122 | 98 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.52 |
| HSL | 140º | 0.17% | 0.41% | - |
| HSV(B) | 140º | 0.3% | 0.48% | - |
| XYZ | 13 | 16.78 | 14.11 | - |
| YUV | 108.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 98 | 0.30 | 0 | 0.20 | 0.52 | 140 | 0.17 | 0.41 |
| Hex | 56 | 7A | 62 | 1E | 0 | 14 | 34 | 8C | 11 | 29 |
| Octal | 126 | 172 | 142 | 36 | 0 | 24 | 64 | 214 | 21 | 51 |
| Binary | 1010110 | 1111010 | 1100010 | 11110 | 0 | 10100 | 110100 | 10001100 | 10001 | 101001 |
Color Harmonies of #567A62
Complementary color
Monochromatic Colors of #567A62
Black with #567A62
Text Example
Text Example
White with #567A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567A62; }
p { color: rgb(86,122,98); }
H1.HeaderClassName
{
color: #567A62;
}
.AnyTagClassName
{
color: #567A62;
}
</style>
background-color css
<style>
a { background-color: #567A62; }
a { background-color: rgb(86,122,98); }
div.DivClassName
{
background-color: #567A62;
}
.BgClassName
{
background-color: #567A62;
}
</style>
border-color css
<style>
span { border-color: #567A62; }
span { border-color: rgb(86,122,98); }
td.TdClassName
{
border-color: #567A62;
}
.TagClassName
{
border-color: #567A62;
}
</style>