Shades of Como #568869
Tints of Como #568869
RGB
CMYK
RGB Variations
Color information
#568869 (or 0x568869) is known color: Como. HEX triplet: 56, 88 and 69. RGB value is (86,136,105). Sum of RGB (Red+Green+Blue) = 86+136+105=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #568869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568869 is #A97796. Grayscale: #757575. Windows color (decimal): -11106199 or 6916182. OLE color: 6916182.
HSL color Cylindrical-coordinate representation of color #568869: hue angle of 142.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568869 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 136 | 105 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.47 |
| HSL | 142.8º | 0.23% | 0.44% | - |
| HSV(B) | 142.8º | 0.37% | 0.53% | - |
| XYZ | 15.19 | 20.61 | 16.54 | - |
| YUV | 117.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 136 | 105 | 0.37 | 0 | 0.23 | 0.47 | 142.8 | 0.23 | 0.44 |
| Hex | 56 | 88 | 69 | 25 | 0 | 17 | 2F | 8F | 17 | 2C |
| Octal | 126 | 210 | 151 | 45 | 0 | 27 | 57 | 217 | 27 | 54 |
| Binary | 1010110 | 10001000 | 1101001 | 100101 | 0 | 10111 | 101111 | 10001111 | 10111 | 101100 |
Color Harmonies of #568869
Complementary color
Monochromatic Colors of #568869
Black with #568869
Text Example
Text Example
White with #568869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568869; }
p { color: rgb(86,136,105); }
H1.HeaderClassName
{
color: #568869;
}
.AnyTagClassName
{
color: #568869;
}
</style>
background-color css
<style>
a { background-color: #568869; }
a { background-color: rgb(86,136,105); }
div.DivClassName
{
background-color: #568869;
}
.BgClassName
{
background-color: #568869;
}
</style>
border-color css
<style>
span { border-color: #568869; }
span { border-color: rgb(86,136,105); }
td.TdClassName
{
border-color: #568869;
}
.TagClassName
{
border-color: #568869;
}
</style>