Shades of Como #52865D
Tints of Como #52865D
RGB
CMYK
RGB Variations
Color information
#52865D (or 0x52865D) is known color: Como. HEX triplet: 52, 86 and 5D. RGB value is (82,134,93). Sum of RGB (Red+Green+Blue) = 82+134+93=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #52865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52865D is #AD79A2. Grayscale: #717171. Windows color (decimal): -11368867 or 6129234. OLE color: 6129234.
HSL color Cylindrical-coordinate representation of color #52865D: hue angle of 132.69º 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 #52865D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 93 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.47 |
| HSL | 132.69º | 0.24% | 0.42% | - |
| HSV(B) | 132.69º | 0.39% | 0.53% | - |
| XYZ | 13.98 | 19.63 | 13.41 | - |
| YUV | 113.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 93 | 0.39 | 0 | 0.31 | 0.47 | 132.69 | 0.24 | 0.42 |
| Hex | 52 | 86 | 5D | 27 | 0 | 1F | 2F | 85 | 18 | 2A |
| Octal | 122 | 206 | 135 | 47 | 0 | 37 | 57 | 205 | 30 | 52 |
| Binary | 1010010 | 10000110 | 1011101 | 100111 | 0 | 11111 | 101111 | 10000101 | 11000 | 101010 |
Color Harmonies of #52865D
Complementary color
Monochromatic Colors of #52865D
Black with #52865D
Text Example
Text Example
White with #52865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52865D; }
p { color: rgb(82,134,93); }
H1.HeaderClassName
{
color: #52865D;
}
.AnyTagClassName
{
color: #52865D;
}
</style>
background-color css
<style>
a { background-color: #52865D; }
a { background-color: rgb(82,134,93); }
div.DivClassName
{
background-color: #52865D;
}
.BgClassName
{
background-color: #52865D;
}
</style>
border-color css
<style>
span { border-color: #52865D; }
span { border-color: rgb(82,134,93); }
td.TdClassName
{
border-color: #52865D;
}
.TagClassName
{
border-color: #52865D;
}
</style>