Shades of William #52746E
Tints of William #52746E
RGB
CMYK
RGB Variations
Color information
#52746E (or 0x52746E) is known color: William. HEX triplet: 52, 74 and 6E. RGB value is (82,116,110). Sum of RGB (Red+Green+Blue) = 82+116+110=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #52746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52746E is #AD8B91. Grayscale: #696969. Windows color (decimal): -11373458 or 7238738. OLE color: 7238738.
HSL color Cylindrical-coordinate representation of color #52746E: hue angle of 169.41º 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 #52746E is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 110 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.55 |
| HSL | 169.41º | 0.17% | 0.39% | - |
| HSV(B) | 169.41º | 0.29% | 0.45% | - |
| XYZ | 12.54 | 15.41 | 17.07 | - |
| YUV | 105.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 110 | 0.29 | 0 | 0.05 | 0.55 | 169.41 | 0.17 | 0.39 |
| Hex | 52 | 74 | 6E | 1D | 0 | 5 | 37 | A9 | 11 | 27 |
| Octal | 122 | 164 | 156 | 35 | 0 | 5 | 67 | 251 | 21 | 47 |
| Binary | 1010010 | 1110100 | 1101110 | 11101 | 0 | 101 | 110111 | 10101001 | 10001 | 100111 |
Color Harmonies of #52746E
Complementary color
Monochromatic Colors of #52746E
Black with #52746E
Text Example
Text Example
White with #52746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52746E; }
p { color: rgb(82,116,110); }
H1.HeaderClassName
{
color: #52746E;
}
.AnyTagClassName
{
color: #52746E;
}
</style>
background-color css
<style>
a { background-color: #52746E; }
a { background-color: rgb(82,116,110); }
div.DivClassName
{
background-color: #52746E;
}
.BgClassName
{
background-color: #52746E;
}
</style>
border-color css
<style>
span { border-color: #52746E; }
span { border-color: rgb(82,116,110); }
td.TdClassName
{
border-color: #52746E;
}
.TagClassName
{
border-color: #52746E;
}
</style>