Shades of William #59716B
Tints of William #59716B
RGB
CMYK
RGB Variations
Color information
#59716B (or 0x59716B) is known color: William. HEX triplet: 59, 71 and 6B. RGB value is (89,113,107). Sum of RGB (Red+Green+Blue) = 89+113+107=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #59716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59716B is #A68E94. Grayscale: #696969. Windows color (decimal): -10915477 or 7041369. OLE color: 7041369.
HSL color Cylindrical-coordinate representation of color #59716B: hue angle of 165º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #59716B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 107 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.56 |
| HSL | 165º | 0.12% | 0.4% | - |
| HSV(B) | 165º | 0.21% | 0.44% | - |
| XYZ | 12.68 | 15 | 16.14 | - |
| YUV | 105.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 107 | 0.21 | 0 | 0.05 | 0.56 | 165 | 0.12 | 0.4 |
| Hex | 59 | 71 | 6B | 15 | 0 | 5 | 38 | A5 | C | 28 |
| Octal | 131 | 161 | 153 | 25 | 0 | 5 | 70 | 245 | 14 | 50 |
| Binary | 1011001 | 1110001 | 1101011 | 10101 | 0 | 101 | 111000 | 10100101 | 1100 | 101000 |
Color Harmonies of #59716B
Complementary color
Monochromatic Colors of #59716B
Black with #59716B
Text Example
Text Example
White with #59716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59716B; }
p { color: rgb(89,113,107); }
H1.HeaderClassName
{
color: #59716B;
}
.AnyTagClassName
{
color: #59716B;
}
</style>
background-color css
<style>
a { background-color: #59716B; }
a { background-color: rgb(89,113,107); }
div.DivClassName
{
background-color: #59716B;
}
.BgClassName
{
background-color: #59716B;
}
</style>
border-color css
<style>
span { border-color: #59716B; }
span { border-color: rgb(89,113,107); }
td.TdClassName
{
border-color: #59716B;
}
.TagClassName
{
border-color: #59716B;
}
</style>