Shades of Como #568B67
Tints of Como #568B67
RGB
CMYK
RGB Variations
Color information
#568B67 (or 0x568B67) is known color: Como. HEX triplet: 56, 8B and 67. RGB value is (86,139,103). Sum of RGB (Red+Green+Blue) = 86+139+103=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #568B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B67 is #A97498. Grayscale: #777777. Windows color (decimal): -11105433 or 6785878. OLE color: 6785878.
HSL color Cylindrical-coordinate representation of color #568B67: hue angle of 139.25º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B67 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 103 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.45 |
| HSL | 139.25º | 0.24% | 0.44% | - |
| HSV(B) | 139.25º | 0.38% | 0.55% | - |
| XYZ | 15.52 | 21.42 | 16.15 | - |
| YUV | 119.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 103 | 0.38 | 0 | 0.26 | 0.45 | 139.25 | 0.24 | 0.44 |
| Hex | 56 | 8B | 67 | 26 | 0 | 1A | 2D | 8B | 18 | 2C |
| Octal | 126 | 213 | 147 | 46 | 0 | 32 | 55 | 213 | 30 | 54 |
| Binary | 1010110 | 10001011 | 1100111 | 100110 | 0 | 11010 | 101101 | 10001011 | 11000 | 101100 |
Color Harmonies of #568B67
Complementary color
Monochromatic Colors of #568B67
Black with #568B67
Text Example
Text Example
White with #568B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B67; }
p { color: rgb(86,139,103); }
H1.HeaderClassName
{
color: #568B67;
}
.AnyTagClassName
{
color: #568B67;
}
</style>
background-color css
<style>
a { background-color: #568B67; }
a { background-color: rgb(86,139,103); }
div.DivClassName
{
background-color: #568B67;
}
.BgClassName
{
background-color: #568B67;
}
</style>
border-color css
<style>
span { border-color: #568B67; }
span { border-color: rgb(86,139,103); }
td.TdClassName
{
border-color: #568B67;
}
.TagClassName
{
border-color: #568B67;
}
</style>