Shades of Como #567F63
Tints of Como #567F63
RGB
CMYK
RGB Variations
Color information
#567F63 (or 0x567F63) is known color: Como. HEX triplet: 56, 7F and 63. RGB value is (86,127,99). Sum of RGB (Red+Green+Blue) = 86+127+99=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #567F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567F63 is #A9809C. Grayscale: #6F6F6F. Windows color (decimal): -11108509 or 6520662. OLE color: 6520662.
HSL color Cylindrical-coordinate representation of color #567F63: hue angle of 139.02º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567F63 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 127 | 99 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.50 |
| HSL | 139.02º | 0.19% | 0.42% | - |
| HSV(B) | 139.02º | 0.32% | 0.5% | - |
| XYZ | 13.68 | 18.06 | 14.57 | - |
| YUV | 111.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 99 | 0.32 | 0 | 0.22 | 0.50 | 139.02 | 0.19 | 0.42 |
| Hex | 56 | 7F | 63 | 20 | 0 | 16 | 32 | 8B | 13 | 2A |
| Octal | 126 | 177 | 143 | 40 | 0 | 26 | 62 | 213 | 23 | 52 |
| Binary | 1010110 | 1111111 | 1100011 | 100000 | 0 | 10110 | 110010 | 10001011 | 10011 | 101010 |
Color Harmonies of #567F63
Complementary color
Monochromatic Colors of #567F63
Black with #567F63
Text Example
Text Example
White with #567F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F63; }
p { color: rgb(86,127,99); }
H1.HeaderClassName
{
color: #567F63;
}
.AnyTagClassName
{
color: #567F63;
}
</style>
background-color css
<style>
a { background-color: #567F63; }
a { background-color: rgb(86,127,99); }
div.DivClassName
{
background-color: #567F63;
}
.BgClassName
{
background-color: #567F63;
}
</style>
border-color css
<style>
span { border-color: #567F63; }
span { border-color: rgb(86,127,99); }
td.TdClassName
{
border-color: #567F63;
}
.TagClassName
{
border-color: #567F63;
}
</style>