Shades of William #59746F
Tints of William #59746F
RGB
CMYK
RGB Variations
Color information
#59746F (or 0x59746F) is known color: William. HEX triplet: 59, 74 and 6F. RGB value is (89,116,111). Sum of RGB (Red+Green+Blue) = 89+116+111=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #59746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59746F is #A68B90. Grayscale: #6B6B6B. Windows color (decimal): -10914705 or 7304281. OLE color: 7304281.
HSL color Cylindrical-coordinate representation of color #59746F: hue angle of 168.89º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #59746F is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 111 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.55 |
| HSL | 168.89º | 0.13% | 0.4% | - |
| HSV(B) | 168.89º | 0.23% | 0.45% | - |
| XYZ | 13.23 | 15.76 | 17.38 | - |
| YUV | 107.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 111 | 0.23 | 0 | 0.04 | 0.55 | 168.89 | 0.13 | 0.4 |
| Hex | 59 | 74 | 6F | 17 | 0 | 4 | 37 | A9 | D | 28 |
| Octal | 131 | 164 | 157 | 27 | 0 | 4 | 67 | 251 | 15 | 50 |
| Binary | 1011001 | 1110100 | 1101111 | 10111 | 0 | 100 | 110111 | 10101001 | 1101 | 101000 |
Color Harmonies of #59746F
Complementary color
Monochromatic Colors of #59746F
Black with #59746F
Text Example
Text Example
White with #59746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59746F; }
p { color: rgb(89,116,111); }
H1.HeaderClassName
{
color: #59746F;
}
.AnyTagClassName
{
color: #59746F;
}
</style>
background-color css
<style>
a { background-color: #59746F; }
a { background-color: rgb(89,116,111); }
div.DivClassName
{
background-color: #59746F;
}
.BgClassName
{
background-color: #59746F;
}
</style>
border-color css
<style>
span { border-color: #59746F; }
span { border-color: rgb(89,116,111); }
td.TdClassName
{
border-color: #59746F;
}
.TagClassName
{
border-color: #59746F;
}
</style>