Shades of William #52716C
Tints of William #52716C
RGB
CMYK
RGB Variations
Color information
#52716C (or 0x52716C) is known color: William. HEX triplet: 52, 71 and 6C. RGB value is (82,113,108). Sum of RGB (Red+Green+Blue) = 82+113+108=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #52716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52716C is #AD8E93. Grayscale: #676767. Windows color (decimal): -11374228 or 7106898. OLE color: 7106898.
HSL color Cylindrical-coordinate representation of color #52716C: hue angle of 170.32º 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 #52716C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 108 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.56 |
| HSL | 170.32º | 0.16% | 0.38% | - |
| HSV(B) | 170.32º | 0.27% | 0.44% | - |
| XYZ | 12.09 | 14.69 | 16.38 | - |
| YUV | 103.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 108 | 0.27 | 0 | 0.04 | 0.56 | 170.32 | 0.16 | 0.38 |
| Hex | 52 | 71 | 6C | 1B | 0 | 4 | 38 | AA | 10 | 26 |
| Octal | 122 | 161 | 154 | 33 | 0 | 4 | 70 | 252 | 20 | 46 |
| Binary | 1010010 | 1110001 | 1101100 | 11011 | 0 | 100 | 111000 | 10101010 | 10000 | 100110 |
Color Harmonies of #52716C
Complementary color
Monochromatic Colors of #52716C
Black with #52716C
Text Example
Text Example
White with #52716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52716C; }
p { color: rgb(82,113,108); }
H1.HeaderClassName
{
color: #52716C;
}
.AnyTagClassName
{
color: #52716C;
}
</style>
background-color css
<style>
a { background-color: #52716C; }
a { background-color: rgb(82,113,108); }
div.DivClassName
{
background-color: #52716C;
}
.BgClassName
{
background-color: #52716C;
}
</style>
border-color css
<style>
span { border-color: #52716C; }
span { border-color: rgb(82,113,108); }
td.TdClassName
{
border-color: #52716C;
}
.TagClassName
{
border-color: #52716C;
}
</style>