Shades of William #56706B
Tints of William #56706B
RGB
CMYK
RGB Variations
Color information
#56706B (or 0x56706B) is known color: William. HEX triplet: 56, 70 and 6B. RGB value is (86,112,107). Sum of RGB (Red+Green+Blue) = 86+112+107=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 112 - color contains mainly: green. Hex color #56706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706B is #A98F94. Grayscale: #676767. Windows color (decimal): -11112341 or 7041110. OLE color: 7041110.
HSL color Cylindrical-coordinate representation of color #56706B: hue angle of 168.46º 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 #56706B is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 107 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.56 |
| HSL | 168.46º | 0.13% | 0.39% | - |
| HSV(B) | 168.46º | 0.23% | 0.44% | - |
| XYZ | 12.29 | 14.63 | 16.09 | - |
| YUV | 103.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 107 | 0.23 | 0 | 0.04 | 0.56 | 168.46 | 0.13 | 0.39 |
| Hex | 56 | 70 | 6B | 17 | 0 | 4 | 38 | A8 | D | 27 |
| Octal | 126 | 160 | 153 | 27 | 0 | 4 | 70 | 250 | 15 | 47 |
| Binary | 1010110 | 1110000 | 1101011 | 10111 | 0 | 100 | 111000 | 10101000 | 1101 | 100111 |
Color Harmonies of #56706B
Complementary color
Monochromatic Colors of #56706B
Black with #56706B
Text Example
Text Example
White with #56706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56706B; }
p { color: rgb(86,112,107); }
H1.HeaderClassName
{
color: #56706B;
}
.AnyTagClassName
{
color: #56706B;
}
</style>
background-color css
<style>
a { background-color: #56706B; }
a { background-color: rgb(86,112,107); }
div.DivClassName
{
background-color: #56706B;
}
.BgClassName
{
background-color: #56706B;
}
</style>
border-color css
<style>
span { border-color: #56706B; }
span { border-color: rgb(86,112,107); }
td.TdClassName
{
border-color: #56706B;
}
.TagClassName
{
border-color: #56706B;
}
</style>