Shades of William #596C6A
Tints of William #596C6A
RGB
CMYK
RGB Variations
Color information
#596C6A (or 0x596C6A) is known color: William. HEX triplet: 59, 6C and 6A. RGB value is (89,108,106). Sum of RGB (Red+Green+Blue) = 89+108+106=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 108 - color contains mainly: green. Hex color #596C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C6A is #A69395. Grayscale: #666666. Windows color (decimal): -10916758 or 6974553. OLE color: 6974553.
HSL color Cylindrical-coordinate representation of color #596C6A: hue angle of 173.68º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596C6A is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 108 | 106 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.58 |
| HSL | 173.68º | 0.1% | 0.39% | - |
| HSV(B) | 173.68º | 0.18% | 0.42% | - |
| XYZ | 12.08 | 13.89 | 15.68 | - |
| YUV | 102.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 106 | 0.18 | 0 | 0.02 | 0.58 | 173.68 | 0.1 | 0.39 |
| Hex | 59 | 6C | 6A | 12 | 0 | 2 | 3A | AE | A | 27 |
| Octal | 131 | 154 | 152 | 22 | 0 | 2 | 72 | 256 | 12 | 47 |
| Binary | 1011001 | 1101100 | 1101010 | 10010 | 0 | 10 | 111010 | 10101110 | 1010 | 100111 |
Color Harmonies of #596C6A
Complementary color
Monochromatic Colors of #596C6A
Black with #596C6A
Text Example
Text Example
White with #596C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C6A; }
p { color: rgb(89,108,106); }
H1.HeaderClassName
{
color: #596C6A;
}
.AnyTagClassName
{
color: #596C6A;
}
</style>
background-color css
<style>
a { background-color: #596C6A; }
a { background-color: rgb(89,108,106); }
div.DivClassName
{
background-color: #596C6A;
}
.BgClassName
{
background-color: #596C6A;
}
</style>
border-color css
<style>
span { border-color: #596C6A; }
span { border-color: rgb(89,108,106); }
td.TdClassName
{
border-color: #596C6A;
}
.TagClassName
{
border-color: #596C6A;
}
</style>