Shades of William #56706C
Tints of William #56706C
RGB
CMYK
RGB Variations
Color information
#56706C (or 0x56706C) is known color: William. HEX triplet: 56, 70 and 6C. RGB value is (86,112,108). Sum of RGB (Red+Green+Blue) = 86+112+108=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #56706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706C is #A98F93. Grayscale: #676767. Windows color (decimal): -11112340 or 7106646. OLE color: 7106646.
HSL color Cylindrical-coordinate representation of color #56706C: hue angle of 170.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56706C is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 108 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.56 |
| HSL | 170.77º | 0.13% | 0.39% | - |
| HSV(B) | 170.77º | 0.23% | 0.44% | - |
| XYZ | 12.34 | 14.65 | 16.36 | - |
| YUV | 103.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 108 | 0.23 | 0 | 0.04 | 0.56 | 170.77 | 0.13 | 0.39 |
| Hex | 56 | 70 | 6C | 17 | 0 | 4 | 38 | AB | D | 27 |
| Octal | 126 | 160 | 154 | 27 | 0 | 4 | 70 | 253 | 15 | 47 |
| Binary | 1010110 | 1110000 | 1101100 | 10111 | 0 | 100 | 111000 | 10101011 | 1101 | 100111 |
Color Harmonies of #56706C
Complementary color
Monochromatic Colors of #56706C
Black with #56706C
Text Example
Text Example
White with #56706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56706C; }
p { color: rgb(86,112,108); }
H1.HeaderClassName
{
color: #56706C;
}
.AnyTagClassName
{
color: #56706C;
}
</style>
background-color css
<style>
a { background-color: #56706C; }
a { background-color: rgb(86,112,108); }
div.DivClassName
{
background-color: #56706C;
}
.BgClassName
{
background-color: #56706C;
}
</style>
border-color css
<style>
span { border-color: #56706C; }
span { border-color: rgb(86,112,108); }
td.TdClassName
{
border-color: #56706C;
}
.TagClassName
{
border-color: #56706C;
}
</style>