Shades of William #55736E
Tints of William #55736E
RGB
CMYK
RGB Variations
Color information
#55736E (or 0x55736E) is known color: William. HEX triplet: 55, 73 and 6E. RGB value is (85,115,110). Sum of RGB (Red+Green+Blue) = 85+115+110=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #55736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55736E is #AA8C91. Grayscale: #696969. Windows color (decimal): -11177106 or 7238485. OLE color: 7238485.
HSL color Cylindrical-coordinate representation of color #55736E: hue angle of 170º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55736E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 110 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.55 |
| HSL | 170º | 0.15% | 0.39% | - |
| HSV(B) | 170º | 0.26% | 0.45% | - |
| XYZ | 12.69 | 15.32 | 17.04 | - |
| YUV | 105.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 110 | 0.26 | 0 | 0.04 | 0.55 | 170 | 0.15 | 0.39 |
| Hex | 55 | 73 | 6E | 1A | 0 | 4 | 37 | AA | F | 27 |
| Octal | 125 | 163 | 156 | 32 | 0 | 4 | 67 | 252 | 17 | 47 |
| Binary | 1010101 | 1110011 | 1101110 | 11010 | 0 | 100 | 110111 | 10101010 | 1111 | 100111 |
Color Harmonies of #55736E
Complementary color
Monochromatic Colors of #55736E
Black with #55736E
Text Example
Text Example
White with #55736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55736E; }
p { color: rgb(85,115,110); }
H1.HeaderClassName
{
color: #55736E;
}
.AnyTagClassName
{
color: #55736E;
}
</style>
background-color css
<style>
a { background-color: #55736E; }
a { background-color: rgb(85,115,110); }
div.DivClassName
{
background-color: #55736E;
}
.BgClassName
{
background-color: #55736E;
}
</style>
border-color css
<style>
span { border-color: #55736E; }
span { border-color: rgb(85,115,110); }
td.TdClassName
{
border-color: #55736E;
}
.TagClassName
{
border-color: #55736E;
}
</style>