Shades of Como #52865E
Tints of Como #52865E
RGB
CMYK
RGB Variations
Color information
#52865E (or 0x52865E) is known color: Como. HEX triplet: 52, 86 and 5E. RGB value is (82,134,94). Sum of RGB (Red+Green+Blue) = 82+134+94=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #52865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52865E is #AD79A1. Grayscale: #727272. Windows color (decimal): -11368866 or 6194770. OLE color: 6194770.
HSL color Cylindrical-coordinate representation of color #52865E: hue angle of 133.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52865E is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 94 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.47 |
| HSL | 133.85º | 0.24% | 0.42% | - |
| HSV(B) | 133.85º | 0.39% | 0.53% | - |
| XYZ | 14.03 | 19.65 | 13.64 | - |
| YUV | 113.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 94 | 0.39 | 0 | 0.30 | 0.47 | 133.85 | 0.24 | 0.42 |
| Hex | 52 | 86 | 5E | 27 | 0 | 1E | 2F | 86 | 18 | 2A |
| Octal | 122 | 206 | 136 | 47 | 0 | 36 | 57 | 206 | 30 | 52 |
| Binary | 1010010 | 10000110 | 1011110 | 100111 | 0 | 11110 | 101111 | 10000110 | 11000 | 101010 |
Color Harmonies of #52865E
Complementary color
Monochromatic Colors of #52865E
Black with #52865E
Text Example
Text Example
White with #52865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52865E; }
p { color: rgb(82,134,94); }
H1.HeaderClassName
{
color: #52865E;
}
.AnyTagClassName
{
color: #52865E;
}
</style>
background-color css
<style>
a { background-color: #52865E; }
a { background-color: rgb(82,134,94); }
div.DivClassName
{
background-color: #52865E;
}
.BgClassName
{
background-color: #52865E;
}
</style>
border-color css
<style>
span { border-color: #52865E; }
span { border-color: rgb(82,134,94); }
td.TdClassName
{
border-color: #52865E;
}
.TagClassName
{
border-color: #52865E;
}
</style>