Shades of William #52716E
Tints of William #52716E
RGB
CMYK
RGB Variations
Color information
#52716E (or 0x52716E) is known color: William. HEX triplet: 52, 71 and 6E. RGB value is (82,113,110). Sum of RGB (Red+Green+Blue) = 82+113+110=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #52716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52716E is #AD8E91. Grayscale: #676767. Windows color (decimal): -11374226 or 7237970. OLE color: 7237970.
HSL color Cylindrical-coordinate representation of color #52716E: hue angle of 174.19º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52716E is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 110 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.56 |
| HSL | 174.19º | 0.16% | 0.38% | - |
| HSV(B) | 174.19º | 0.27% | 0.44% | - |
| XYZ | 12.2 | 14.73 | 16.95 | - |
| YUV | 103.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 110 | 0.27 | 0 | 0.03 | 0.56 | 174.19 | 0.16 | 0.38 |
| Hex | 52 | 71 | 6E | 1B | 0 | 3 | 38 | AE | 10 | 26 |
| Octal | 122 | 161 | 156 | 33 | 0 | 3 | 70 | 256 | 20 | 46 |
| Binary | 1010010 | 1110001 | 1101110 | 11011 | 0 | 11 | 111000 | 10101110 | 10000 | 100110 |
Color Harmonies of #52716E
Complementary color
Monochromatic Colors of #52716E
Black with #52716E
Text Example
Text Example
White with #52716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52716E; }
p { color: rgb(82,113,110); }
H1.HeaderClassName
{
color: #52716E;
}
.AnyTagClassName
{
color: #52716E;
}
</style>
background-color css
<style>
a { background-color: #52716E; }
a { background-color: rgb(82,113,110); }
div.DivClassName
{
background-color: #52716E;
}
.BgClassName
{
background-color: #52716E;
}
</style>
border-color css
<style>
span { border-color: #52716E; }
span { border-color: rgb(82,113,110); }
td.TdClassName
{
border-color: #52716E;
}
.TagClassName
{
border-color: #52716E;
}
</style>