Shades of William #56736E
Tints of William #56736E
RGB
CMYK
RGB Variations
Color information
#56736E (or 0x56736E) is known color: William. HEX triplet: 56, 73 and 6E. RGB value is (86,115,110). Sum of RGB (Red+Green+Blue) = 86+115+110=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #56736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56736E is #A98C91. Grayscale: #696969. Windows color (decimal): -11111570 or 7238486. OLE color: 7238486.
HSL color Cylindrical-coordinate representation of color #56736E: hue angle of 169.66º 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 #56736E is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 110 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.55 |
| HSL | 169.66º | 0.14% | 0.39% | - |
| HSV(B) | 169.66º | 0.25% | 0.45% | - |
| XYZ | 12.78 | 15.37 | 17.04 | - |
| YUV | 105.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 110 | 0.25 | 0 | 0.04 | 0.55 | 169.66 | 0.14 | 0.39 |
| Hex | 56 | 73 | 6E | 19 | 0 | 4 | 37 | AA | E | 27 |
| Octal | 126 | 163 | 156 | 31 | 0 | 4 | 67 | 252 | 16 | 47 |
| Binary | 1010110 | 1110011 | 1101110 | 11001 | 0 | 100 | 110111 | 10101010 | 1110 | 100111 |
Color Harmonies of #56736E
Complementary color
Monochromatic Colors of #56736E
Black with #56736E
Text Example
Text Example
White with #56736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56736E; }
p { color: rgb(86,115,110); }
H1.HeaderClassName
{
color: #56736E;
}
.AnyTagClassName
{
color: #56736E;
}
</style>
background-color css
<style>
a { background-color: #56736E; }
a { background-color: rgb(86,115,110); }
div.DivClassName
{
background-color: #56736E;
}
.BgClassName
{
background-color: #56736E;
}
</style>
border-color css
<style>
span { border-color: #56736E; }
span { border-color: rgb(86,115,110); }
td.TdClassName
{
border-color: #56736E;
}
.TagClassName
{
border-color: #56736E;
}
</style>