Shades of William #52736D
Tints of William #52736D
RGB
CMYK
RGB Variations
Color information
#52736D (or 0x52736D) is known color: William. HEX triplet: 52, 73 and 6D. RGB value is (82,115,109). Sum of RGB (Red+Green+Blue) = 82+115+109=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #52736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52736D is #AD8C92. Grayscale: #686868. Windows color (decimal): -11373715 or 7172946. OLE color: 7172946.
HSL color Cylindrical-coordinate representation of color #52736D: hue angle of 169.09º 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 #52736D is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 109 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.55 |
| HSL | 169.09º | 0.17% | 0.39% | - |
| HSV(B) | 169.09º | 0.29% | 0.45% | - |
| XYZ | 12.37 | 15.16 | 16.74 | - |
| YUV | 104.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 109 | 0.29 | 0 | 0.05 | 0.55 | 169.09 | 0.17 | 0.39 |
| Hex | 52 | 73 | 6D | 1D | 0 | 5 | 37 | A9 | 11 | 27 |
| Octal | 122 | 163 | 155 | 35 | 0 | 5 | 67 | 251 | 21 | 47 |
| Binary | 1010010 | 1110011 | 1101101 | 11101 | 0 | 101 | 110111 | 10101001 | 10001 | 100111 |
Color Harmonies of #52736D
Complementary color
Monochromatic Colors of #52736D
Black with #52736D
Text Example
Text Example
White with #52736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52736D; }
p { color: rgb(82,115,109); }
H1.HeaderClassName
{
color: #52736D;
}
.AnyTagClassName
{
color: #52736D;
}
</style>
background-color css
<style>
a { background-color: #52736D; }
a { background-color: rgb(82,115,109); }
div.DivClassName
{
background-color: #52736D;
}
.BgClassName
{
background-color: #52736D;
}
</style>
border-color css
<style>
span { border-color: #52736D; }
span { border-color: rgb(82,115,109); }
td.TdClassName
{
border-color: #52736D;
}
.TagClassName
{
border-color: #52736D;
}
</style>