Shades of Como #52895F
Tints of Como #52895F
RGB
CMYK
RGB Variations
Color information
#52895F (or 0x52895F) is known color: Como. HEX triplet: 52, 89 and 5F. RGB value is (82,137,95). Sum of RGB (Red+Green+Blue) = 82+137+95=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #52895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52895F is #AD76A0. Grayscale: #737373. Windows color (decimal): -11368097 or 6261074. OLE color: 6261074.
HSL color Cylindrical-coordinate representation of color #52895F: hue angle of 134.18º 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 #52895F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 95 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.46 |
| HSL | 134.18º | 0.25% | 0.43% | - |
| HSV(B) | 134.18º | 0.4% | 0.54% | - |
| XYZ | 14.49 | 20.51 | 14.02 | - |
| YUV | 115.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 95 | 0.40 | 0 | 0.31 | 0.46 | 134.18 | 0.25 | 0.43 |
| Hex | 52 | 89 | 5F | 28 | 0 | 1F | 2E | 86 | 19 | 2B |
| Octal | 122 | 211 | 137 | 50 | 0 | 37 | 56 | 206 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1011111 | 101000 | 0 | 11111 | 101110 | 10000110 | 11001 | 101011 |
Color Harmonies of #52895F
Complementary color
Monochromatic Colors of #52895F
Black with #52895F
Text Example
Text Example
White with #52895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52895F; }
p { color: rgb(82,137,95); }
H1.HeaderClassName
{
color: #52895F;
}
.AnyTagClassName
{
color: #52895F;
}
</style>
background-color css
<style>
a { background-color: #52895F; }
a { background-color: rgb(82,137,95); }
div.DivClassName
{
background-color: #52895F;
}
.BgClassName
{
background-color: #52895F;
}
</style>
border-color css
<style>
span { border-color: #52895F; }
span { border-color: rgb(82,137,95); }
td.TdClassName
{
border-color: #52895F;
}
.TagClassName
{
border-color: #52895F;
}
</style>