Shades of Como #52755D
Tints of Como #52755D
RGB
CMYK
RGB Variations
Color information
#52755D (or 0x52755D) is known color: Como. HEX triplet: 52, 75 and 5D. RGB value is (82,117,93). Sum of RGB (Red+Green+Blue) = 82+117+93=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #52755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755D is #AD8AA2. Grayscale: #676767. Windows color (decimal): -11373219 or 6124882. OLE color: 6124882.
HSL color Cylindrical-coordinate representation of color #52755D: hue angle of 138.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52755D is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 117 | 93 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.54 |
| HSL | 138.86º | 0.18% | 0.39% | - |
| HSV(B) | 138.86º | 0.3% | 0.46% | - |
| XYZ | 11.82 | 15.31 | 12.69 | - |
| YUV | 103.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 93 | 0.30 | 0 | 0.21 | 0.54 | 138.86 | 0.18 | 0.39 |
| Hex | 52 | 75 | 5D | 1E | 0 | 15 | 36 | 8B | 12 | 27 |
| Octal | 122 | 165 | 135 | 36 | 0 | 25 | 66 | 213 | 22 | 47 |
| Binary | 1010010 | 1110101 | 1011101 | 11110 | 0 | 10101 | 110110 | 10001011 | 10010 | 100111 |
Color Harmonies of #52755D
Complementary color
Monochromatic Colors of #52755D
Black with #52755D
Text Example
Text Example
White with #52755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52755D; }
p { color: rgb(82,117,93); }
H1.HeaderClassName
{
color: #52755D;
}
.AnyTagClassName
{
color: #52755D;
}
</style>
background-color css
<style>
a { background-color: #52755D; }
a { background-color: rgb(82,117,93); }
div.DivClassName
{
background-color: #52755D;
}
.BgClassName
{
background-color: #52755D;
}
</style>
border-color css
<style>
span { border-color: #52755D; }
span { border-color: rgb(82,117,93); }
td.TdClassName
{
border-color: #52755D;
}
.TagClassName
{
border-color: #52755D;
}
</style>