Shades of Como #52805D
Tints of Como #52805D
RGB
CMYK
RGB Variations
Color information
#52805D (or 0x52805D) is known color: Como. HEX triplet: 52, 80 and 5D. RGB value is (82,128,93). Sum of RGB (Red+Green+Blue) = 82+128+93=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #52805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52805D is #AD7FA2. Grayscale: #6E6E6E. Windows color (decimal): -11370403 or 6127698. OLE color: 6127698.
HSL color Cylindrical-coordinate representation of color #52805D: hue angle of 134.35º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52805D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 93 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.50 |
| HSL | 134.35º | 0.22% | 0.41% | - |
| HSV(B) | 134.35º | 0.36% | 0.5% | - |
| XYZ | 13.17 | 18.02 | 13.14 | - |
| YUV | 110.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 93 | 0.36 | 0 | 0.27 | 0.50 | 134.35 | 0.22 | 0.41 |
| Hex | 52 | 80 | 5D | 24 | 0 | 1B | 32 | 86 | 16 | 29 |
| Octal | 122 | 200 | 135 | 44 | 0 | 33 | 62 | 206 | 26 | 51 |
| Binary | 1010010 | 10000000 | 1011101 | 100100 | 0 | 11011 | 110010 | 10000110 | 10110 | 101001 |
Color Harmonies of #52805D
Complementary color
Monochromatic Colors of #52805D
Black with #52805D
Text Example
Text Example
White with #52805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52805D; }
p { color: rgb(82,128,93); }
H1.HeaderClassName
{
color: #52805D;
}
.AnyTagClassName
{
color: #52805D;
}
</style>
background-color css
<style>
a { background-color: #52805D; }
a { background-color: rgb(82,128,93); }
div.DivClassName
{
background-color: #52805D;
}
.BgClassName
{
background-color: #52805D;
}
</style>
border-color css
<style>
span { border-color: #52805D; }
span { border-color: rgb(82,128,93); }
td.TdClassName
{
border-color: #52805D;
}
.TagClassName
{
border-color: #52805D;
}
</style>