Shades of William #55716D
Tints of William #55716D
RGB
CMYK
RGB Variations
Color information
#55716D (or 0x55716D) is known color: William. HEX triplet: 55, 71 and 6D. RGB value is (85,113,109). Sum of RGB (Red+Green+Blue) = 85+113+109=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #55716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55716D is #AA8E92. Grayscale: #686868. Windows color (decimal): -11177619 or 7172437. OLE color: 7172437.
HSL color Cylindrical-coordinate representation of color #55716D: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55716D is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 113 | 109 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.56 |
| HSL | 171.43º | 0.14% | 0.39% | - |
| HSV(B) | 171.43º | 0.25% | 0.44% | - |
| XYZ | 12.41 | 14.85 | 16.68 | - |
| YUV | 104.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 109 | 0.25 | 0 | 0.04 | 0.56 | 171.43 | 0.14 | 0.39 |
| Hex | 55 | 71 | 6D | 19 | 0 | 4 | 38 | AB | E | 27 |
| Octal | 125 | 161 | 155 | 31 | 0 | 4 | 70 | 253 | 16 | 47 |
| Binary | 1010101 | 1110001 | 1101101 | 11001 | 0 | 100 | 111000 | 10101011 | 1110 | 100111 |
Color Harmonies of #55716D
Complementary color
Monochromatic Colors of #55716D
Black with #55716D
Text Example
Text Example
White with #55716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55716D; }
p { color: rgb(85,113,109); }
H1.HeaderClassName
{
color: #55716D;
}
.AnyTagClassName
{
color: #55716D;
}
</style>
background-color css
<style>
a { background-color: #55716D; }
a { background-color: rgb(85,113,109); }
div.DivClassName
{
background-color: #55716D;
}
.BgClassName
{
background-color: #55716D;
}
</style>
border-color css
<style>
span { border-color: #55716D; }
span { border-color: rgb(85,113,109); }
td.TdClassName
{
border-color: #55716D;
}
.TagClassName
{
border-color: #55716D;
}
</style>