Shades of Como #567D5D
Tints of Como #567D5D
RGB
CMYK
RGB Variations
Color information
#567D5D (or 0x567D5D) is known color: Como. HEX triplet: 56, 7D and 5D. RGB value is (86,125,93). Sum of RGB (Red+Green+Blue) = 86+125+93=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #567D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D5D is #A982A2. Grayscale: #6D6D6D. Windows color (decimal): -11109027 or 6126934. OLE color: 6126934.
HSL color Cylindrical-coordinate representation of color #567D5D: hue angle of 130.77º 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 #567D5D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 93 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.51 |
| HSL | 130.77º | 0.18% | 0.41% | - |
| HSV(B) | 130.77º | 0.31% | 0.49% | - |
| XYZ | 13.15 | 17.44 | 13.03 | - |
| YUV | 109.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 93 | 0.31 | 0 | 0.26 | 0.51 | 130.77 | 0.18 | 0.41 |
| Hex | 56 | 7D | 5D | 1F | 0 | 1A | 33 | 83 | 12 | 29 |
| Octal | 126 | 175 | 135 | 37 | 0 | 32 | 63 | 203 | 22 | 51 |
| Binary | 1010110 | 1111101 | 1011101 | 11111 | 0 | 11010 | 110011 | 10000011 | 10010 | 101001 |
Color Harmonies of #567D5D
Complementary color
Monochromatic Colors of #567D5D
Black with #567D5D
Text Example
Text Example
White with #567D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D5D; }
p { color: rgb(86,125,93); }
H1.HeaderClassName
{
color: #567D5D;
}
.AnyTagClassName
{
color: #567D5D;
}
</style>
background-color css
<style>
a { background-color: #567D5D; }
a { background-color: rgb(86,125,93); }
div.DivClassName
{
background-color: #567D5D;
}
.BgClassName
{
background-color: #567D5D;
}
</style>
border-color css
<style>
span { border-color: #567D5D; }
span { border-color: rgb(86,125,93); }
td.TdClassName
{
border-color: #567D5D;
}
.TagClassName
{
border-color: #567D5D;
}
</style>