Shades of Como #52785F
Tints of Como #52785F
RGB
CMYK
RGB Variations
Color information
#52785F (or 0x52785F) is known color: Como. HEX triplet: 52, 78 and 5F. RGB value is (82,120,95). Sum of RGB (Red+Green+Blue) = 82+120+95=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #52785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52785F is #AD87A0. Grayscale: #696969. Windows color (decimal): -11372449 or 6256722. OLE color: 6256722.
HSL color Cylindrical-coordinate representation of color #52785F: hue angle of 140.53º 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 #52785F is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 120 | 95 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.53 |
| HSL | 140.53º | 0.19% | 0.4% | - |
| HSV(B) | 140.53º | 0.32% | 0.47% | - |
| XYZ | 12.26 | 16.05 | 13.28 | - |
| YUV | 105.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 95 | 0.32 | 0 | 0.21 | 0.53 | 140.53 | 0.19 | 0.4 |
| Hex | 52 | 78 | 5F | 20 | 0 | 15 | 35 | 8D | 13 | 28 |
| Octal | 122 | 170 | 137 | 40 | 0 | 25 | 65 | 215 | 23 | 50 |
| Binary | 1010010 | 1111000 | 1011111 | 100000 | 0 | 10101 | 110101 | 10001101 | 10011 | 101000 |
Color Harmonies of #52785F
Complementary color
Monochromatic Colors of #52785F
Black with #52785F
Text Example
Text Example
White with #52785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52785F; }
p { color: rgb(82,120,95); }
H1.HeaderClassName
{
color: #52785F;
}
.AnyTagClassName
{
color: #52785F;
}
</style>
background-color css
<style>
a { background-color: #52785F; }
a { background-color: rgb(82,120,95); }
div.DivClassName
{
background-color: #52785F;
}
.BgClassName
{
background-color: #52785F;
}
</style>
border-color css
<style>
span { border-color: #52785F; }
span { border-color: rgb(82,120,95); }
td.TdClassName
{
border-color: #52785F;
}
.TagClassName
{
border-color: #52785F;
}
</style>