Shades of William #55706A
Tints of William #55706A
RGB
CMYK
RGB Variations
Color information
#55706A (or 0x55706A) is known color: William. HEX triplet: 55, 70 and 6A. RGB value is (85,112,106). Sum of RGB (Red+Green+Blue) = 85+112+106=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #55706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55706A is #AA8F95. Grayscale: #676767. Windows color (decimal): -11177878 or 6975573. OLE color: 6975573.
HSL color Cylindrical-coordinate representation of color #55706A: hue angle of 166.67º 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 #55706A is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 106 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.56 |
| HSL | 166.67º | 0.14% | 0.39% | - |
| HSV(B) | 166.67º | 0.24% | 0.44% | - |
| XYZ | 12.14 | 14.56 | 15.81 | - |
| YUV | 103.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 106 | 0.24 | 0 | 0.05 | 0.56 | 166.67 | 0.14 | 0.39 |
| Hex | 55 | 70 | 6A | 18 | 0 | 5 | 38 | A7 | E | 27 |
| Octal | 125 | 160 | 152 | 30 | 0 | 5 | 70 | 247 | 16 | 47 |
| Binary | 1010101 | 1110000 | 1101010 | 11000 | 0 | 101 | 111000 | 10100111 | 1110 | 100111 |
Color Harmonies of #55706A
Complementary color
Monochromatic Colors of #55706A
Black with #55706A
Text Example
Text Example
White with #55706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55706A; }
p { color: rgb(85,112,106); }
H1.HeaderClassName
{
color: #55706A;
}
.AnyTagClassName
{
color: #55706A;
}
</style>
background-color css
<style>
a { background-color: #55706A; }
a { background-color: rgb(85,112,106); }
div.DivClassName
{
background-color: #55706A;
}
.BgClassName
{
background-color: #55706A;
}
</style>
border-color css
<style>
span { border-color: #55706A; }
span { border-color: rgb(85,112,106); }
td.TdClassName
{
border-color: #55706A;
}
.TagClassName
{
border-color: #55706A;
}
</style>