Shades of Como #52705D
Tints of Como #52705D
RGB
CMYK
RGB Variations
Color information
#52705D (or 0x52705D) is known color: Como. HEX triplet: 52, 70 and 5D. RGB value is (82,112,93). Sum of RGB (Red+Green+Blue) = 82+112+93=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #52705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52705D is #AD8FA2. Grayscale: #646464. Windows color (decimal): -11374499 or 6123602. OLE color: 6123602.
HSL color Cylindrical-coordinate representation of color #52705D: hue angle of 142º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52705D is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 93 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.56 |
| HSL | 142º | 0.15% | 0.38% | - |
| HSV(B) | 142º | 0.27% | 0.44% | - |
| XYZ | 11.25 | 14.17 | 12.5 | - |
| YUV | 100.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 93 | 0.27 | 0 | 0.17 | 0.56 | 142 | 0.15 | 0.38 |
| Hex | 52 | 70 | 5D | 1B | 0 | 11 | 38 | 8E | F | 26 |
| Octal | 122 | 160 | 135 | 33 | 0 | 21 | 70 | 216 | 17 | 46 |
| Binary | 1010010 | 1110000 | 1011101 | 11011 | 0 | 10001 | 111000 | 10001110 | 1111 | 100110 |
Color Harmonies of #52705D
Complementary color
Monochromatic Colors of #52705D
Black with #52705D
Text Example
Text Example
White with #52705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52705D; }
p { color: rgb(82,112,93); }
H1.HeaderClassName
{
color: #52705D;
}
.AnyTagClassName
{
color: #52705D;
}
</style>
background-color css
<style>
a { background-color: #52705D; }
a { background-color: rgb(82,112,93); }
div.DivClassName
{
background-color: #52705D;
}
.BgClassName
{
background-color: #52705D;
}
</style>
border-color css
<style>
span { border-color: #52705D; }
span { border-color: rgb(82,112,93); }
td.TdClassName
{
border-color: #52705D;
}
.TagClassName
{
border-color: #52705D;
}
</style>