Shades of Como #52825F
Tints of Como #52825F
RGB
CMYK
RGB Variations
Color information
#52825F (or 0x52825F) is known color: Como. HEX triplet: 52, 82 and 5F. RGB value is (82,130,95). Sum of RGB (Red+Green+Blue) = 82+130+95=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #52825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52825F is #AD7DA0. Grayscale: #6F6F6F. Windows color (decimal): -11369889 or 6259282. OLE color: 6259282.
HSL color Cylindrical-coordinate representation of color #52825F: hue angle of 136.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 #52825F is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 130 | 95 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.49 |
| HSL | 136.25º | 0.23% | 0.42% | - |
| HSV(B) | 136.25º | 0.37% | 0.51% | - |
| XYZ | 13.53 | 18.59 | 13.7 | - |
| YUV | 111.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 130 | 95 | 0.37 | 0 | 0.27 | 0.49 | 136.25 | 0.23 | 0.42 |
| Hex | 52 | 82 | 5F | 25 | 0 | 1B | 31 | 88 | 17 | 2A |
| Octal | 122 | 202 | 137 | 45 | 0 | 33 | 61 | 210 | 27 | 52 |
| Binary | 1010010 | 10000010 | 1011111 | 100101 | 0 | 11011 | 110001 | 10001000 | 10111 | 101010 |
Color Harmonies of #52825F
Complementary color
Monochromatic Colors of #52825F
Black with #52825F
Text Example
Text Example
White with #52825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52825F; }
p { color: rgb(82,130,95); }
H1.HeaderClassName
{
color: #52825F;
}
.AnyTagClassName
{
color: #52825F;
}
</style>
background-color css
<style>
a { background-color: #52825F; }
a { background-color: rgb(82,130,95); }
div.DivClassName
{
background-color: #52825F;
}
.BgClassName
{
background-color: #52825F;
}
</style>
border-color css
<style>
span { border-color: #52825F; }
span { border-color: rgb(82,130,95); }
td.TdClassName
{
border-color: #52825F;
}
.TagClassName
{
border-color: #52825F;
}
</style>