Shades of Como #52895D
Tints of Como #52895D
RGB
CMYK
RGB Variations
Color information
#52895D (or 0x52895D) is known color: Como. HEX triplet: 52, 89 and 5D. RGB value is (82,137,93). Sum of RGB (Red+Green+Blue) = 82+137+93=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #52895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52895D is #AD76A2. Grayscale: #737373. Windows color (decimal): -11368099 or 6130002. OLE color: 6130002.
HSL color Cylindrical-coordinate representation of color #52895D: hue angle of 132º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52895D is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 93 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.46 |
| HSL | 132º | 0.25% | 0.43% | - |
| HSV(B) | 132º | 0.4% | 0.54% | - |
| XYZ | 14.4 | 20.48 | 13.55 | - |
| YUV | 115.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 93 | 0.40 | 0 | 0.32 | 0.46 | 132 | 0.25 | 0.43 |
| Hex | 52 | 89 | 5D | 28 | 0 | 20 | 2E | 84 | 19 | 2B |
| Octal | 122 | 211 | 135 | 50 | 0 | 40 | 56 | 204 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1011101 | 101000 | 0 | 100000 | 101110 | 10000100 | 11001 | 101011 |
Color Harmonies of #52895D
Complementary color
Monochromatic Colors of #52895D
Black with #52895D
Text Example
Text Example
White with #52895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52895D; }
p { color: rgb(82,137,93); }
H1.HeaderClassName
{
color: #52895D;
}
.AnyTagClassName
{
color: #52895D;
}
</style>
background-color css
<style>
a { background-color: #52895D; }
a { background-color: rgb(82,137,93); }
div.DivClassName
{
background-color: #52895D;
}
.BgClassName
{
background-color: #52895D;
}
</style>
border-color css
<style>
span { border-color: #52895D; }
span { border-color: rgb(82,137,93); }
td.TdClassName
{
border-color: #52895D;
}
.TagClassName
{
border-color: #52895D;
}
</style>