Shades of Como #52835E
Tints of Como #52835E
RGB
CMYK
RGB Variations
Color information
#52835E (or 0x52835E) is known color: Como. HEX triplet: 52, 83 and 5E. RGB value is (82,131,94). Sum of RGB (Red+Green+Blue) = 82+131+94=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #52835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52835E is #AD7CA1. Grayscale: #707070. Windows color (decimal): -11369634 or 6194002. OLE color: 6194002.
HSL color Cylindrical-coordinate representation of color #52835E: hue angle of 134.69º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52835E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 94 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.49 |
| HSL | 134.69º | 0.23% | 0.42% | - |
| HSV(B) | 134.69º | 0.37% | 0.51% | - |
| XYZ | 13.62 | 18.83 | 13.51 | - |
| YUV | 112.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 94 | 0.37 | 0 | 0.28 | 0.49 | 134.69 | 0.23 | 0.42 |
| Hex | 52 | 83 | 5E | 25 | 0 | 1C | 31 | 87 | 17 | 2A |
| Octal | 122 | 203 | 136 | 45 | 0 | 34 | 61 | 207 | 27 | 52 |
| Binary | 1010010 | 10000011 | 1011110 | 100101 | 0 | 11100 | 110001 | 10000111 | 10111 | 101010 |
Color Harmonies of #52835E
Complementary color
Monochromatic Colors of #52835E
Black with #52835E
Text Example
Text Example
White with #52835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52835E; }
p { color: rgb(82,131,94); }
H1.HeaderClassName
{
color: #52835E;
}
.AnyTagClassName
{
color: #52835E;
}
</style>
background-color css
<style>
a { background-color: #52835E; }
a { background-color: rgb(82,131,94); }
div.DivClassName
{
background-color: #52835E;
}
.BgClassName
{
background-color: #52835E;
}
</style>
border-color css
<style>
span { border-color: #52835E; }
span { border-color: rgb(82,131,94); }
td.TdClassName
{
border-color: #52835E;
}
.TagClassName
{
border-color: #52835E;
}
</style>