Shades of William #596865
Tints of William #596865
RGB
CMYK
RGB Variations
Color information
#596865 (or 0x596865) is known color: William. HEX triplet: 59, 68 and 65. RGB value is (89,104,101). Sum of RGB (Red+Green+Blue) = 89+104+101=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 104 - color contains mainly: green. Hex color #596865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596865 is #A6979A. Grayscale: #636363. Windows color (decimal): -10917787 or 6645849. OLE color: 6645849.
HSL color Cylindrical-coordinate representation of color #596865: hue angle of 168º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596865 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 104 | 101 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.59 |
| HSL | 168º | 0.08% | 0.38% | - |
| HSV(B) | 168º | 0.14% | 0.41% | - |
| XYZ | 11.42 | 12.96 | 14.21 | - |
| YUV | 99.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 104 | 101 | 0.14 | 0 | 0.03 | 0.59 | 168 | 0.08 | 0.38 |
| Hex | 59 | 68 | 65 | E | 0 | 3 | 3B | A8 | 8 | 26 |
| Octal | 131 | 150 | 145 | 16 | 0 | 3 | 73 | 250 | 10 | 46 |
| Binary | 1011001 | 1101000 | 1100101 | 1110 | 0 | 11 | 111011 | 10101000 | 1000 | 100110 |
Color Harmonies of #596865
Complementary color
Monochromatic Colors of #596865
Black with #596865
Text Example
Text Example
White with #596865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596865; }
p { color: rgb(89,104,101); }
H1.HeaderClassName
{
color: #596865;
}
.AnyTagClassName
{
color: #596865;
}
</style>
background-color css
<style>
a { background-color: #596865; }
a { background-color: rgb(89,104,101); }
div.DivClassName
{
background-color: #596865;
}
.BgClassName
{
background-color: #596865;
}
</style>
border-color css
<style>
span { border-color: #596865; }
span { border-color: rgb(89,104,101); }
td.TdClassName
{
border-color: #596865;
}
.TagClassName
{
border-color: #596865;
}
</style>