Shades of William #59726F
Tints of William #59726F
RGB
CMYK
RGB Variations
Color information
#59726F (or 0x59726F) is known color: William. HEX triplet: 59, 72 and 6F. RGB value is (89,114,111). Sum of RGB (Red+Green+Blue) = 89+114+111=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #59726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59726F is #A68D90. Grayscale: #6A6A6A. Windows color (decimal): -10915217 or 7303769. OLE color: 7303769.
HSL color Cylindrical-coordinate representation of color #59726F: hue angle of 172.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59726F is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 111 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.55 |
| HSL | 172.8º | 0.12% | 0.4% | - |
| HSV(B) | 172.8º | 0.22% | 0.45% | - |
| XYZ | 13.01 | 15.31 | 17.31 | - |
| YUV | 106.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 111 | 0.22 | 0 | 0.03 | 0.55 | 172.8 | 0.12 | 0.4 |
| Hex | 59 | 72 | 6F | 16 | 0 | 3 | 37 | AD | C | 28 |
| Octal | 131 | 162 | 157 | 26 | 0 | 3 | 67 | 255 | 14 | 50 |
| Binary | 1011001 | 1110010 | 1101111 | 10110 | 0 | 11 | 110111 | 10101101 | 1100 | 101000 |
Color Harmonies of #59726F
Complementary color
Monochromatic Colors of #59726F
Black with #59726F
Text Example
Text Example
White with #59726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59726F; }
p { color: rgb(89,114,111); }
H1.HeaderClassName
{
color: #59726F;
}
.AnyTagClassName
{
color: #59726F;
}
</style>
background-color css
<style>
a { background-color: #59726F; }
a { background-color: rgb(89,114,111); }
div.DivClassName
{
background-color: #59726F;
}
.BgClassName
{
background-color: #59726F;
}
</style>
border-color css
<style>
span { border-color: #59726F; }
span { border-color: rgb(89,114,111); }
td.TdClassName
{
border-color: #59726F;
}
.TagClassName
{
border-color: #59726F;
}
</style>