Shades of Como #567D66
Tints of Como #567D66
RGB
CMYK
RGB Variations
Color information
#567D66 (or 0x567D66) is known color: Como. HEX triplet: 56, 7D and 66. RGB value is (86,125,102). Sum of RGB (Red+Green+Blue) = 86+125+102=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #567D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D66 is #A98299. Grayscale: #6E6E6E. Windows color (decimal): -11109018 or 6716758. OLE color: 6716758.
HSL color Cylindrical-coordinate representation of color #567D66: hue angle of 144.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D66 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 102 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.51 |
| HSL | 144.62º | 0.18% | 0.41% | - |
| HSV(B) | 144.62º | 0.31% | 0.49% | - |
| XYZ | 13.57 | 17.6 | 15.25 | - |
| YUV | 110.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 102 | 0.31 | 0 | 0.18 | 0.51 | 144.62 | 0.18 | 0.41 |
| Hex | 56 | 7D | 66 | 1F | 0 | 12 | 33 | 91 | 12 | 29 |
| Octal | 126 | 175 | 146 | 37 | 0 | 22 | 63 | 221 | 22 | 51 |
| Binary | 1010110 | 1111101 | 1100110 | 11111 | 0 | 10010 | 110011 | 10010001 | 10010 | 101001 |
Color Harmonies of #567D66
Complementary color
Monochromatic Colors of #567D66
Black with #567D66
Text Example
Text Example
White with #567D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D66; }
p { color: rgb(86,125,102); }
H1.HeaderClassName
{
color: #567D66;
}
.AnyTagClassName
{
color: #567D66;
}
</style>
background-color css
<style>
a { background-color: #567D66; }
a { background-color: rgb(86,125,102); }
div.DivClassName
{
background-color: #567D66;
}
.BgClassName
{
background-color: #567D66;
}
</style>
border-color css
<style>
span { border-color: #567D66; }
span { border-color: rgb(86,125,102); }
td.TdClassName
{
border-color: #567D66;
}
.TagClassName
{
border-color: #567D66;
}
</style>