Shades of Como #52745C
Tints of Como #52745C
RGB
CMYK
RGB Variations
Color information
#52745C (or 0x52745C) is known color: Como. HEX triplet: 52, 74 and 5C. RGB value is (82,116,92). Sum of RGB (Red+Green+Blue) = 82+116+92=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #52745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52745C is #AD8BA3. Grayscale: #676767. Windows color (decimal): -11373476 or 6059090. OLE color: 6059090.
HSL color Cylindrical-coordinate representation of color #52745C: hue angle of 137.65º 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 #52745C is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 92 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.55 |
| HSL | 137.65º | 0.17% | 0.39% | - |
| HSV(B) | 137.65º | 0.29% | 0.45% | - |
| XYZ | 11.66 | 15.06 | 12.42 | - |
| YUV | 103.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 92 | 0.29 | 0 | 0.21 | 0.55 | 137.65 | 0.17 | 0.39 |
| Hex | 52 | 74 | 5C | 1D | 0 | 15 | 37 | 8A | 11 | 27 |
| Octal | 122 | 164 | 134 | 35 | 0 | 25 | 67 | 212 | 21 | 47 |
| Binary | 1010010 | 1110100 | 1011100 | 11101 | 0 | 10101 | 110111 | 10001010 | 10001 | 100111 |
Color Harmonies of #52745C
Complementary color
Monochromatic Colors of #52745C
Black with #52745C
Text Example
Text Example
White with #52745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52745C; }
p { color: rgb(82,116,92); }
H1.HeaderClassName
{
color: #52745C;
}
.AnyTagClassName
{
color: #52745C;
}
</style>
background-color css
<style>
a { background-color: #52745C; }
a { background-color: rgb(82,116,92); }
div.DivClassName
{
background-color: #52745C;
}
.BgClassName
{
background-color: #52745C;
}
</style>
border-color css
<style>
span { border-color: #52745C; }
span { border-color: rgb(82,116,92); }
td.TdClassName
{
border-color: #52745C;
}
.TagClassName
{
border-color: #52745C;
}
</style>