Shades of William #55706D
Tints of William #55706D
RGB
CMYK
RGB Variations
Color information
#55706D (or 0x55706D) is known color: William. HEX triplet: 55, 70 and 6D. RGB value is (85,112,109). Sum of RGB (Red+Green+Blue) = 85+112+109=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #55706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55706D is #AA8F92. Grayscale: #676767. Windows color (decimal): -11177875 or 7172181. OLE color: 7172181.
HSL color Cylindrical-coordinate representation of color #55706D: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55706D is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 109 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.56 |
| HSL | 173.33º | 0.14% | 0.39% | - |
| HSV(B) | 173.33º | 0.24% | 0.44% | - |
| XYZ | 12.3 | 14.62 | 16.64 | - |
| YUV | 103.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 109 | 0.24 | 0 | 0.03 | 0.56 | 173.33 | 0.14 | 0.39 |
| Hex | 55 | 70 | 6D | 18 | 0 | 3 | 38 | AD | E | 27 |
| Octal | 125 | 160 | 155 | 30 | 0 | 3 | 70 | 255 | 16 | 47 |
| Binary | 1010101 | 1110000 | 1101101 | 11000 | 0 | 11 | 111000 | 10101101 | 1110 | 100111 |
Color Harmonies of #55706D
Complementary color
Monochromatic Colors of #55706D
Black with #55706D
Text Example
Text Example
White with #55706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55706D; }
p { color: rgb(85,112,109); }
H1.HeaderClassName
{
color: #55706D;
}
.AnyTagClassName
{
color: #55706D;
}
</style>
background-color css
<style>
a { background-color: #55706D; }
a { background-color: rgb(85,112,109); }
div.DivClassName
{
background-color: #55706D;
}
.BgClassName
{
background-color: #55706D;
}
</style>
border-color css
<style>
span { border-color: #55706D; }
span { border-color: rgb(85,112,109); }
td.TdClassName
{
border-color: #55706D;
}
.TagClassName
{
border-color: #55706D;
}
</style>