Shades of Como #52845C
Tints of Como #52845C
RGB
CMYK
RGB Variations
Color information
#52845C (or 0x52845C) is known color: Como. HEX triplet: 52, 84 and 5C. RGB value is (82,132,92). Sum of RGB (Red+Green+Blue) = 82+132+92=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #52845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52845C is #AD7BA3. Grayscale: #707070. Windows color (decimal): -11369380 or 6063186. OLE color: 6063186.
HSL color Cylindrical-coordinate representation of color #52845C: hue angle of 132º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52845C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 132 | 92 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.48 |
| HSL | 132º | 0.23% | 0.42% | - |
| HSV(B) | 132º | 0.38% | 0.52% | - |
| XYZ | 13.66 | 19.07 | 13.09 | - |
| YUV | 112.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 132 | 92 | 0.38 | 0 | 0.30 | 0.48 | 132 | 0.23 | 0.42 |
| Hex | 52 | 84 | 5C | 26 | 0 | 1E | 30 | 84 | 17 | 2A |
| Octal | 122 | 204 | 134 | 46 | 0 | 36 | 60 | 204 | 27 | 52 |
| Binary | 1010010 | 10000100 | 1011100 | 100110 | 0 | 11110 | 110000 | 10000100 | 10111 | 101010 |
Color Harmonies of #52845C
Complementary color
Monochromatic Colors of #52845C
Black with #52845C
Text Example
Text Example
White with #52845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52845C; }
p { color: rgb(82,132,92); }
H1.HeaderClassName
{
color: #52845C;
}
.AnyTagClassName
{
color: #52845C;
}
</style>
background-color css
<style>
a { background-color: #52845C; }
a { background-color: rgb(82,132,92); }
div.DivClassName
{
background-color: #52845C;
}
.BgClassName
{
background-color: #52845C;
}
</style>
border-color css
<style>
span { border-color: #52845C; }
span { border-color: rgb(82,132,92); }
td.TdClassName
{
border-color: #52845C;
}
.TagClassName
{
border-color: #52845C;
}
</style>