Shades of Como #568363
Tints of Como #568363
RGB
CMYK
RGB Variations
Color information
#568363 (or 0x568363) is known color: Como. HEX triplet: 56, 83 and 63. RGB value is (86,131,99). Sum of RGB (Red+Green+Blue) = 86+131+99=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #568363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568363 is #A97C9C. Grayscale: #717171. Windows color (decimal): -11107485 or 6521686. OLE color: 6521686.
HSL color Cylindrical-coordinate representation of color #568363: hue angle of 137.33º 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 #568363 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 131 | 99 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.49 |
| HSL | 137.33º | 0.21% | 0.43% | - |
| HSV(B) | 137.33º | 0.34% | 0.51% | - |
| XYZ | 14.21 | 19.11 | 14.74 | - |
| YUV | 113.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 99 | 0.34 | 0 | 0.24 | 0.49 | 137.33 | 0.21 | 0.43 |
| Hex | 56 | 83 | 63 | 22 | 0 | 18 | 31 | 89 | 15 | 2B |
| Octal | 126 | 203 | 143 | 42 | 0 | 30 | 61 | 211 | 25 | 53 |
| Binary | 1010110 | 10000011 | 1100011 | 100010 | 0 | 11000 | 110001 | 10001001 | 10101 | 101011 |
Color Harmonies of #568363
Complementary color
Monochromatic Colors of #568363
Black with #568363
Text Example
Text Example
White with #568363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568363; }
p { color: rgb(86,131,99); }
H1.HeaderClassName
{
color: #568363;
}
.AnyTagClassName
{
color: #568363;
}
</style>
background-color css
<style>
a { background-color: #568363; }
a { background-color: rgb(86,131,99); }
div.DivClassName
{
background-color: #568363;
}
.BgClassName
{
background-color: #568363;
}
</style>
border-color css
<style>
span { border-color: #568363; }
span { border-color: rgb(86,131,99); }
td.TdClassName
{
border-color: #568363;
}
.TagClassName
{
border-color: #568363;
}
</style>