Shades of Como #52705E
Tints of Como #52705E
RGB
CMYK
RGB Variations
Color information
#52705E (or 0x52705E) is known color: Como. HEX triplet: 52, 70 and 5E. RGB value is (82,112,94). Sum of RGB (Red+Green+Blue) = 82+112+94=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #52705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52705E is #AD8FA1. Grayscale: #656565. Windows color (decimal): -11374498 or 6189138. OLE color: 6189138.
HSL color Cylindrical-coordinate representation of color #52705E: hue angle of 144º 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 #52705E is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 112 | 94 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.56 |
| HSL | 144º | 0.15% | 0.38% | - |
| HSV(B) | 144º | 0.27% | 0.44% | - |
| XYZ | 11.29 | 14.19 | 12.73 | - |
| YUV | 100.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 94 | 0.27 | 0 | 0.16 | 0.56 | 144 | 0.15 | 0.38 |
| Hex | 52 | 70 | 5E | 1B | 0 | 10 | 38 | 90 | F | 26 |
| Octal | 122 | 160 | 136 | 33 | 0 | 20 | 70 | 220 | 17 | 46 |
| Binary | 1010010 | 1110000 | 1011110 | 11011 | 0 | 10000 | 111000 | 10010000 | 1111 | 100110 |
Color Harmonies of #52705E
Complementary color
Monochromatic Colors of #52705E
Black with #52705E
Text Example
Text Example
White with #52705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52705E; }
p { color: rgb(82,112,94); }
H1.HeaderClassName
{
color: #52705E;
}
.AnyTagClassName
{
color: #52705E;
}
</style>
background-color css
<style>
a { background-color: #52705E; }
a { background-color: rgb(82,112,94); }
div.DivClassName
{
background-color: #52705E;
}
.BgClassName
{
background-color: #52705E;
}
</style>
border-color css
<style>
span { border-color: #52705E; }
span { border-color: rgb(82,112,94); }
td.TdClassName
{
border-color: #52705E;
}
.TagClassName
{
border-color: #52705E;
}
</style>