Shades of William #59726E
Tints of William #59726E
RGB
CMYK
RGB Variations
Color information
#59726E (or 0x59726E) is known color: William. HEX triplet: 59, 72 and 6E. RGB value is (89,114,110). Sum of RGB (Red+Green+Blue) = 89+114+110=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #59726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59726E is #A68D91. Grayscale: #6A6A6A. Windows color (decimal): -10915218 or 7238233. OLE color: 7238233.
HSL color Cylindrical-coordinate representation of color #59726E: hue angle of 170.4º 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 #59726E is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 110 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.55 |
| HSL | 170.4º | 0.12% | 0.4% | - |
| HSV(B) | 170.4º | 0.22% | 0.45% | - |
| XYZ | 12.95 | 15.28 | 17.02 | - |
| YUV | 106.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 110 | 0.22 | 0 | 0.04 | 0.55 | 170.4 | 0.12 | 0.4 |
| Hex | 59 | 72 | 6E | 16 | 0 | 4 | 37 | AA | C | 28 |
| Octal | 131 | 162 | 156 | 26 | 0 | 4 | 67 | 252 | 14 | 50 |
| Binary | 1011001 | 1110010 | 1101110 | 10110 | 0 | 100 | 110111 | 10101010 | 1100 | 101000 |
Color Harmonies of #59726E
Complementary color
Monochromatic Colors of #59726E
Black with #59726E
Text Example
Text Example
White with #59726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59726E; }
p { color: rgb(89,114,110); }
H1.HeaderClassName
{
color: #59726E;
}
.AnyTagClassName
{
color: #59726E;
}
</style>
background-color css
<style>
a { background-color: #59726E; }
a { background-color: rgb(89,114,110); }
div.DivClassName
{
background-color: #59726E;
}
.BgClassName
{
background-color: #59726E;
}
</style>
border-color css
<style>
span { border-color: #59726E; }
span { border-color: rgb(89,114,110); }
td.TdClassName
{
border-color: #59726E;
}
.TagClassName
{
border-color: #59726E;
}
</style>