Shades of Como #52835C
Tints of Como #52835C
RGB
CMYK
RGB Variations
Color information
#52835C (or 0x52835C) is known color: Como. HEX triplet: 52, 83 and 5C. RGB value is (82,131,92). Sum of RGB (Red+Green+Blue) = 82+131+92=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #52835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52835C is #AD7CA3. Grayscale: #707070. Windows color (decimal): -11369636 or 6062930. OLE color: 6062930.
HSL color Cylindrical-coordinate representation of color #52835C: hue angle of 132.24º 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 #52835C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 92 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.49 |
| HSL | 132.24º | 0.23% | 0.42% | - |
| HSV(B) | 132.24º | 0.37% | 0.51% | - |
| XYZ | 13.53 | 18.8 | 13.04 | - |
| YUV | 111.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 92 | 0.37 | 0 | 0.30 | 0.49 | 132.24 | 0.23 | 0.42 |
| Hex | 52 | 83 | 5C | 25 | 0 | 1E | 31 | 84 | 17 | 2A |
| Octal | 122 | 203 | 134 | 45 | 0 | 36 | 61 | 204 | 27 | 52 |
| Binary | 1010010 | 10000011 | 1011100 | 100101 | 0 | 11110 | 110001 | 10000100 | 10111 | 101010 |
Color Harmonies of #52835C
Complementary color
Monochromatic Colors of #52835C
Black with #52835C
Text Example
Text Example
White with #52835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52835C; }
p { color: rgb(82,131,92); }
H1.HeaderClassName
{
color: #52835C;
}
.AnyTagClassName
{
color: #52835C;
}
</style>
background-color css
<style>
a { background-color: #52835C; }
a { background-color: rgb(82,131,92); }
div.DivClassName
{
background-color: #52835C;
}
.BgClassName
{
background-color: #52835C;
}
</style>
border-color css
<style>
span { border-color: #52835C; }
span { border-color: rgb(82,131,92); }
td.TdClassName
{
border-color: #52835C;
}
.TagClassName
{
border-color: #52835C;
}
</style>