Shades of William #52726F
Tints of William #52726F
RGB
CMYK
RGB Variations
Color information
#52726F (or 0x52726F) is known color: William. HEX triplet: 52, 72 and 6F. RGB value is (82,114,111). Sum of RGB (Red+Green+Blue) = 82+114+111=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #52726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52726F is #AD8D90. Grayscale: #686868. Windows color (decimal): -11373969 or 7303762. OLE color: 7303762.
HSL color Cylindrical-coordinate representation of color #52726F: hue angle of 174.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52726F is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 111 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.55 |
| HSL | 174.38º | 0.16% | 0.38% | - |
| HSV(B) | 174.38º | 0.28% | 0.45% | - |
| XYZ | 12.37 | 14.98 | 17.28 | - |
| YUV | 104.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 111 | 0.28 | 0 | 0.03 | 0.55 | 174.38 | 0.16 | 0.38 |
| Hex | 52 | 72 | 6F | 1C | 0 | 3 | 37 | AE | 10 | 26 |
| Octal | 122 | 162 | 157 | 34 | 0 | 3 | 67 | 256 | 20 | 46 |
| Binary | 1010010 | 1110010 | 1101111 | 11100 | 0 | 11 | 110111 | 10101110 | 10000 | 100110 |
Color Harmonies of #52726F
Complementary color
Monochromatic Colors of #52726F
Black with #52726F
Text Example
Text Example
White with #52726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52726F; }
p { color: rgb(82,114,111); }
H1.HeaderClassName
{
color: #52726F;
}
.AnyTagClassName
{
color: #52726F;
}
</style>
background-color css
<style>
a { background-color: #52726F; }
a { background-color: rgb(82,114,111); }
div.DivClassName
{
background-color: #52726F;
}
.BgClassName
{
background-color: #52726F;
}
</style>
border-color css
<style>
span { border-color: #52726F; }
span { border-color: rgb(82,114,111); }
td.TdClassName
{
border-color: #52726F;
}
.TagClassName
{
border-color: #52726F;
}
</style>