Shades of Como #566D5E
Tints of Como #566D5E
RGB
CMYK
RGB Variations
Color information
#566D5E (or 0x566D5E) is known color: Como. HEX triplet: 56, 6D and 5E. RGB value is (86,109,94). Sum of RGB (Red+Green+Blue) = 86+109+94=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #566D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D5E is #A992A1. Grayscale: #646464. Windows color (decimal): -11113122 or 6188374. OLE color: 6188374.
HSL color Cylindrical-coordinate representation of color #566D5E: hue angle of 140.87º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566D5E is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 109 | 94 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.57 |
| HSL | 140.87º | 0.12% | 0.38% | - |
| HSV(B) | 140.87º | 0.21% | 0.43% | - |
| XYZ | 11.33 | 13.72 | 12.64 | - |
| YUV | 100.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 94 | 0.21 | 0 | 0.14 | 0.57 | 140.87 | 0.12 | 0.38 |
| Hex | 56 | 6D | 5E | 15 | 0 | E | 39 | 8D | C | 26 |
| Octal | 126 | 155 | 136 | 25 | 0 | 16 | 71 | 215 | 14 | 46 |
| Binary | 1010110 | 1101101 | 1011110 | 10101 | 0 | 1110 | 111001 | 10001101 | 1100 | 100110 |
Color Harmonies of #566D5E
Complementary color
Monochromatic Colors of #566D5E
Black with #566D5E
Text Example
Text Example
White with #566D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D5E; }
p { color: rgb(86,109,94); }
H1.HeaderClassName
{
color: #566D5E;
}
.AnyTagClassName
{
color: #566D5E;
}
</style>
background-color css
<style>
a { background-color: #566D5E; }
a { background-color: rgb(86,109,94); }
div.DivClassName
{
background-color: #566D5E;
}
.BgClassName
{
background-color: #566D5E;
}
</style>
border-color css
<style>
span { border-color: #566D5E; }
span { border-color: rgb(86,109,94); }
td.TdClassName
{
border-color: #566D5E;
}
.TagClassName
{
border-color: #566D5E;
}
</style>