Shades of Como #52885E
Tints of Como #52885E
RGB
CMYK
RGB Variations
Color information
#52885E (or 0x52885E) is known color: Como. HEX triplet: 52, 88 and 5E. RGB value is (82,136,94). Sum of RGB (Red+Green+Blue) = 82+136+94=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #52885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52885E is #AD77A1. Grayscale: #737373. Windows color (decimal): -11368354 or 6195282. OLE color: 6195282.
HSL color Cylindrical-coordinate representation of color #52885E: hue angle of 133.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52885E is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 94 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.47 |
| HSL | 133.33º | 0.25% | 0.43% | - |
| HSV(B) | 133.33º | 0.4% | 0.53% | - |
| XYZ | 14.3 | 20.21 | 13.74 | - |
| YUV | 115.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 94 | 0.40 | 0 | 0.31 | 0.47 | 133.33 | 0.25 | 0.43 |
| Hex | 52 | 88 | 5E | 28 | 0 | 1F | 2F | 85 | 19 | 2B |
| Octal | 122 | 210 | 136 | 50 | 0 | 37 | 57 | 205 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1011110 | 101000 | 0 | 11111 | 101111 | 10000101 | 11001 | 101011 |
Color Harmonies of #52885E
Complementary color
Monochromatic Colors of #52885E
Black with #52885E
Text Example
Text Example
White with #52885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52885E; }
p { color: rgb(82,136,94); }
H1.HeaderClassName
{
color: #52885E;
}
.AnyTagClassName
{
color: #52885E;
}
</style>
background-color css
<style>
a { background-color: #52885E; }
a { background-color: rgb(82,136,94); }
div.DivClassName
{
background-color: #52885E;
}
.BgClassName
{
background-color: #52885E;
}
</style>
border-color css
<style>
span { border-color: #52885E; }
span { border-color: rgb(82,136,94); }
td.TdClassName
{
border-color: #52885E;
}
.TagClassName
{
border-color: #52885E;
}
</style>