Shades of Como #52855C
Tints of Como #52855C
RGB
CMYK
RGB Variations
Color information
#52855C (or 0x52855C) is known color: Como. HEX triplet: 52, 85 and 5C. RGB value is (82,133,92). Sum of RGB (Red+Green+Blue) = 82+133+92=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #52855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52855C is #AD7AA3. Grayscale: #717171. Windows color (decimal): -11369124 or 6063442. OLE color: 6063442.
HSL color Cylindrical-coordinate representation of color #52855C: hue angle of 131.76º degrees, saturation: 0.24, 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 #52855C is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 92 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.48 |
| HSL | 131.76º | 0.24% | 0.42% | - |
| HSV(B) | 131.76º | 0.38% | 0.52% | - |
| XYZ | 13.8 | 19.34 | 13.13 | - |
| YUV | 113.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 92 | 0.38 | 0 | 0.31 | 0.48 | 131.76 | 0.24 | 0.42 |
| Hex | 52 | 85 | 5C | 26 | 0 | 1F | 30 | 84 | 18 | 2A |
| Octal | 122 | 205 | 134 | 46 | 0 | 37 | 60 | 204 | 30 | 52 |
| Binary | 1010010 | 10000101 | 1011100 | 100110 | 0 | 11111 | 110000 | 10000100 | 11000 | 101010 |
Color Harmonies of #52855C
Complementary color
Monochromatic Colors of #52855C
Black with #52855C
Text Example
Text Example
White with #52855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52855C; }
p { color: rgb(82,133,92); }
H1.HeaderClassName
{
color: #52855C;
}
.AnyTagClassName
{
color: #52855C;
}
</style>
background-color css
<style>
a { background-color: #52855C; }
a { background-color: rgb(82,133,92); }
div.DivClassName
{
background-color: #52855C;
}
.BgClassName
{
background-color: #52855C;
}
</style>
border-color css
<style>
span { border-color: #52855C; }
span { border-color: rgb(82,133,92); }
td.TdClassName
{
border-color: #52855C;
}
.TagClassName
{
border-color: #52855C;
}
</style>