Shades of Como #52785E
Tints of Como #52785E
RGB
CMYK
RGB Variations
Color information
#52785E (or 0x52785E) is known color: Como. HEX triplet: 52, 78 and 5E. RGB value is (82,120,94). Sum of RGB (Red+Green+Blue) = 82+120+94=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #52785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52785E is #AD87A1. Grayscale: #696969. Windows color (decimal): -11372450 or 6191186. OLE color: 6191186.
HSL color Cylindrical-coordinate representation of color #52785E: hue angle of 138.95º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52785E is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 94 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.53 |
| HSL | 138.95º | 0.19% | 0.4% | - |
| HSV(B) | 138.95º | 0.32% | 0.47% | - |
| XYZ | 12.22 | 16.03 | 13.04 | - |
| YUV | 105.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 94 | 0.32 | 0 | 0.22 | 0.53 | 138.95 | 0.19 | 0.4 |
| Hex | 52 | 78 | 5E | 20 | 0 | 16 | 35 | 8B | 13 | 28 |
| Octal | 122 | 170 | 136 | 40 | 0 | 26 | 65 | 213 | 23 | 50 |
| Binary | 1010010 | 1111000 | 1011110 | 100000 | 0 | 10110 | 110101 | 10001011 | 10011 | 101000 |
Color Harmonies of #52785E
Complementary color
Monochromatic Colors of #52785E
Black with #52785E
Text Example
Text Example
White with #52785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52785E; }
p { color: rgb(82,120,94); }
H1.HeaderClassName
{
color: #52785E;
}
.AnyTagClassName
{
color: #52785E;
}
</style>
background-color css
<style>
a { background-color: #52785E; }
a { background-color: rgb(82,120,94); }
div.DivClassName
{
background-color: #52785E;
}
.BgClassName
{
background-color: #52785E;
}
</style>
border-color css
<style>
span { border-color: #52785E; }
span { border-color: rgb(82,120,94); }
td.TdClassName
{
border-color: #52785E;
}
.TagClassName
{
border-color: #52785E;
}
</style>