Shades of William #56736D
Tints of William #56736D
RGB
CMYK
RGB Variations
Color information
#56736D (or 0x56736D) is known color: William. HEX triplet: 56, 73 and 6D. RGB value is (86,115,109). Sum of RGB (Red+Green+Blue) = 86+115+109=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #56736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56736D is #A98C92. Grayscale: #696969. Windows color (decimal): -11111571 or 7172950. OLE color: 7172950.
HSL color Cylindrical-coordinate representation of color #56736D: hue angle of 167.59º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56736D is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 109 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.55 |
| HSL | 167.59º | 0.14% | 0.39% | - |
| HSV(B) | 167.59º | 0.25% | 0.45% | - |
| XYZ | 12.73 | 15.34 | 16.76 | - |
| YUV | 105.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 109 | 0.25 | 0 | 0.05 | 0.55 | 167.59 | 0.14 | 0.39 |
| Hex | 56 | 73 | 6D | 19 | 0 | 5 | 37 | A8 | E | 27 |
| Octal | 126 | 163 | 155 | 31 | 0 | 5 | 67 | 250 | 16 | 47 |
| Binary | 1010110 | 1110011 | 1101101 | 11001 | 0 | 101 | 110111 | 10101000 | 1110 | 100111 |
Color Harmonies of #56736D
Complementary color
Monochromatic Colors of #56736D
Black with #56736D
Text Example
Text Example
White with #56736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56736D; }
p { color: rgb(86,115,109); }
H1.HeaderClassName
{
color: #56736D;
}
.AnyTagClassName
{
color: #56736D;
}
</style>
background-color css
<style>
a { background-color: #56736D; }
a { background-color: rgb(86,115,109); }
div.DivClassName
{
background-color: #56736D;
}
.BgClassName
{
background-color: #56736D;
}
</style>
border-color css
<style>
span { border-color: #56736D; }
span { border-color: rgb(86,115,109); }
td.TdClassName
{
border-color: #56736D;
}
.TagClassName
{
border-color: #56736D;
}
</style>