Shades of Como #52725E
Tints of Como #52725E
RGB
CMYK
RGB Variations
Color information
#52725E (or 0x52725E) is known color: Como. HEX triplet: 52, 72 and 5E. RGB value is (82,114,94). Sum of RGB (Red+Green+Blue) = 82+114+94=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #52725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52725E is #AD8DA1. Grayscale: #666666. Windows color (decimal): -11373986 or 6189650. OLE color: 6189650.
HSL color Cylindrical-coordinate representation of color #52725E: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52725E is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 94 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.55 |
| HSL | 142.5º | 0.16% | 0.38% | - |
| HSV(B) | 142.5º | 0.28% | 0.45% | - |
| XYZ | 11.52 | 14.64 | 12.81 | - |
| YUV | 102.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 94 | 0.28 | 0 | 0.18 | 0.55 | 142.5 | 0.16 | 0.38 |
| Hex | 52 | 72 | 5E | 1C | 0 | 12 | 37 | 8E | 10 | 26 |
| Octal | 122 | 162 | 136 | 34 | 0 | 22 | 67 | 216 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1011110 | 11100 | 0 | 10010 | 110111 | 10001110 | 10000 | 100110 |
Color Harmonies of #52725E
Complementary color
Monochromatic Colors of #52725E
Black with #52725E
Text Example
Text Example
White with #52725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52725E; }
p { color: rgb(82,114,94); }
H1.HeaderClassName
{
color: #52725E;
}
.AnyTagClassName
{
color: #52725E;
}
</style>
background-color css
<style>
a { background-color: #52725E; }
a { background-color: rgb(82,114,94); }
div.DivClassName
{
background-color: #52725E;
}
.BgClassName
{
background-color: #52725E;
}
</style>
border-color css
<style>
span { border-color: #52725E; }
span { border-color: rgb(82,114,94); }
td.TdClassName
{
border-color: #52725E;
}
.TagClassName
{
border-color: #52725E;
}
</style>