Shades of Como #52785B
Tints of Como #52785B
RGB
CMYK
RGB Variations
Color information
#52785B (or 0x52785B) is known color: Como. HEX triplet: 52, 78 and 5B. RGB value is (82,120,91). Sum of RGB (Red+Green+Blue) = 82+120+91=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #52785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52785B is #AD87A4. Grayscale: #696969. Windows color (decimal): -11372453 or 5994578. OLE color: 5994578.
HSL color Cylindrical-coordinate representation of color #52785B: hue angle of 134.21º 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 #52785B is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 91 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.53 |
| HSL | 134.21º | 0.19% | 0.4% | - |
| HSV(B) | 134.21º | 0.32% | 0.47% | - |
| XYZ | 12.08 | 15.98 | 12.35 | - |
| YUV | 105.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 91 | 0.32 | 0 | 0.24 | 0.53 | 134.21 | 0.19 | 0.4 |
| Hex | 52 | 78 | 5B | 20 | 0 | 18 | 35 | 86 | 13 | 28 |
| Octal | 122 | 170 | 133 | 40 | 0 | 30 | 65 | 206 | 23 | 50 |
| Binary | 1010010 | 1111000 | 1011011 | 100000 | 0 | 11000 | 110101 | 10000110 | 10011 | 101000 |
Color Harmonies of #52785B
Complementary color
Monochromatic Colors of #52785B
Black with #52785B
Text Example
Text Example
White with #52785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52785B; }
p { color: rgb(82,120,91); }
H1.HeaderClassName
{
color: #52785B;
}
.AnyTagClassName
{
color: #52785B;
}
</style>
background-color css
<style>
a { background-color: #52785B; }
a { background-color: rgb(82,120,91); }
div.DivClassName
{
background-color: #52785B;
}
.BgClassName
{
background-color: #52785B;
}
</style>
border-color css
<style>
span { border-color: #52785B; }
span { border-color: rgb(82,120,91); }
td.TdClassName
{
border-color: #52785B;
}
.TagClassName
{
border-color: #52785B;
}
</style>