Shades of Como #568364
Tints of Como #568364
RGB
CMYK
RGB Variations
Color information
#568364 (or 0x568364) is known color: Como. HEX triplet: 56, 83 and 64. RGB value is (86,131,100). Sum of RGB (Red+Green+Blue) = 86+131+100=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #568364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568364 is #A97C9B. Grayscale: #727272. Windows color (decimal): -11107484 or 6587222. OLE color: 6587222.
HSL color Cylindrical-coordinate representation of color #568364: hue angle of 138.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568364 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 131 | 100 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.49 |
| HSL | 138.67º | 0.21% | 0.43% | - |
| HSV(B) | 138.67º | 0.34% | 0.51% | - |
| XYZ | 14.25 | 19.13 | 15 | - |
| YUV | 114.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 100 | 0.34 | 0 | 0.24 | 0.49 | 138.67 | 0.21 | 0.43 |
| Hex | 56 | 83 | 64 | 22 | 0 | 18 | 31 | 8B | 15 | 2B |
| Octal | 126 | 203 | 144 | 42 | 0 | 30 | 61 | 213 | 25 | 53 |
| Binary | 1010110 | 10000011 | 1100100 | 100010 | 0 | 11000 | 110001 | 10001011 | 10101 | 101011 |
Color Harmonies of #568364
Complementary color
Monochromatic Colors of #568364
Black with #568364
Text Example
Text Example
White with #568364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568364; }
p { color: rgb(86,131,100); }
H1.HeaderClassName
{
color: #568364;
}
.AnyTagClassName
{
color: #568364;
}
</style>
background-color css
<style>
a { background-color: #568364; }
a { background-color: rgb(86,131,100); }
div.DivClassName
{
background-color: #568364;
}
.BgClassName
{
background-color: #568364;
}
</style>
border-color css
<style>
span { border-color: #568364; }
span { border-color: rgb(86,131,100); }
td.TdClassName
{
border-color: #568364;
}
.TagClassName
{
border-color: #568364;
}
</style>