Shades of Como #52825B
Tints of Como #52825B
RGB
CMYK
RGB Variations
Color information
#52825B (or 0x52825B) is known color: Como. HEX triplet: 52, 82 and 5B. RGB value is (82,130,91). Sum of RGB (Red+Green+Blue) = 82+130+91=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #52825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825B is #AD7DA4. Grayscale: #6F6F6F. Windows color (decimal): -11369893 or 5997138. OLE color: 5997138.
HSL color Cylindrical-coordinate representation of color #52825B: hue angle of 131.25º 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 #52825B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 91 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.49 |
| HSL | 131.25º | 0.23% | 0.42% | - |
| HSV(B) | 131.25º | 0.37% | 0.51% | - |
| XYZ | 13.35 | 18.51 | 12.77 | - |
| YUV | 111.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 91 | 0.37 | 0 | 0.30 | 0.49 | 131.25 | 0.23 | 0.42 |
| Hex | 52 | 82 | 5B | 25 | 0 | 1E | 31 | 83 | 17 | 2A |
| Octal | 122 | 202 | 133 | 45 | 0 | 36 | 61 | 203 | 27 | 52 |
| Binary | 1010010 | 10000010 | 1011011 | 100101 | 0 | 11110 | 110001 | 10000011 | 10111 | 101010 |
Color Harmonies of #52825B
Complementary color
Monochromatic Colors of #52825B
Black with #52825B
Text Example
Text Example
White with #52825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52825B; }
p { color: rgb(82,130,91); }
H1.HeaderClassName
{
color: #52825B;
}
.AnyTagClassName
{
color: #52825B;
}
</style>
background-color css
<style>
a { background-color: #52825B; }
a { background-color: rgb(82,130,91); }
div.DivClassName
{
background-color: #52825B;
}
.BgClassName
{
background-color: #52825B;
}
</style>
border-color css
<style>
span { border-color: #52825B; }
span { border-color: rgb(82,130,91); }
td.TdClassName
{
border-color: #52825B;
}
.TagClassName
{
border-color: #52825B;
}
</style>