Shades of Como #52735C
Tints of Como #52735C
RGB
CMYK
RGB Variations
Color information
#52735C (or 0x52735C) is known color: Como. HEX triplet: 52, 73 and 5C. RGB value is (82,115,92). Sum of RGB (Red+Green+Blue) = 82+115+92=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #52735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52735C is #AD8CA3. Grayscale: #666666. Windows color (decimal): -11373732 or 6058834. OLE color: 6058834.
HSL color Cylindrical-coordinate representation of color #52735C: hue angle of 138.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52735C is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 92 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.55 |
| HSL | 138.18º | 0.17% | 0.39% | - |
| HSV(B) | 138.18º | 0.29% | 0.45% | - |
| XYZ | 11.54 | 14.83 | 12.38 | - |
| YUV | 102.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 92 | 0.29 | 0 | 0.20 | 0.55 | 138.18 | 0.17 | 0.39 |
| Hex | 52 | 73 | 5C | 1D | 0 | 14 | 37 | 8A | 11 | 27 |
| Octal | 122 | 163 | 134 | 35 | 0 | 24 | 67 | 212 | 21 | 47 |
| Binary | 1010010 | 1110011 | 1011100 | 11101 | 0 | 10100 | 110111 | 10001010 | 10001 | 100111 |
Color Harmonies of #52735C
Complementary color
Monochromatic Colors of #52735C
Black with #52735C
Text Example
Text Example
White with #52735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52735C; }
p { color: rgb(82,115,92); }
H1.HeaderClassName
{
color: #52735C;
}
.AnyTagClassName
{
color: #52735C;
}
</style>
background-color css
<style>
a { background-color: #52735C; }
a { background-color: rgb(82,115,92); }
div.DivClassName
{
background-color: #52735C;
}
.BgClassName
{
background-color: #52735C;
}
</style>
border-color css
<style>
span { border-color: #52735C; }
span { border-color: rgb(82,115,92); }
td.TdClassName
{
border-color: #52735C;
}
.TagClassName
{
border-color: #52735C;
}
</style>