Shades of Como #52825E
Tints of Como #52825E
RGB
CMYK
RGB Variations
Color information
#52825E (or 0x52825E) is known color: Como. HEX triplet: 52, 82 and 5E. RGB value is (82,130,94). Sum of RGB (Red+Green+Blue) = 82+130+94=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #52825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825E is #AD7DA1. Grayscale: #6F6F6F. Windows color (decimal): -11369890 or 6193746. OLE color: 6193746.
HSL color Cylindrical-coordinate representation of color #52825E: hue angle of 135º 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 #52825E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 94 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.49 |
| HSL | 135º | 0.23% | 0.42% | - |
| HSV(B) | 135º | 0.37% | 0.51% | - |
| XYZ | 13.48 | 18.57 | 13.46 | - |
| YUV | 111.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 94 | 0.37 | 0 | 0.28 | 0.49 | 135 | 0.23 | 0.42 |
| Hex | 52 | 82 | 5E | 25 | 0 | 1C | 31 | 87 | 17 | 2A |
| Octal | 122 | 202 | 136 | 45 | 0 | 34 | 61 | 207 | 27 | 52 |
| Binary | 1010010 | 10000010 | 1011110 | 100101 | 0 | 11100 | 110001 | 10000111 | 10111 | 101010 |
Color Harmonies of #52825E
Complementary color
Monochromatic Colors of #52825E
Black with #52825E
Text Example
Text Example
White with #52825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52825E; }
p { color: rgb(82,130,94); }
H1.HeaderClassName
{
color: #52825E;
}
.AnyTagClassName
{
color: #52825E;
}
</style>
background-color css
<style>
a { background-color: #52825E; }
a { background-color: rgb(82,130,94); }
div.DivClassName
{
background-color: #52825E;
}
.BgClassName
{
background-color: #52825E;
}
</style>
border-color css
<style>
span { border-color: #52825E; }
span { border-color: rgb(82,130,94); }
td.TdClassName
{
border-color: #52825E;
}
.TagClassName
{
border-color: #52825E;
}
</style>