Shades of William #55726E
Tints of William #55726E
RGB
CMYK
RGB Variations
Color information
#55726E (or 0x55726E) is known color: William. HEX triplet: 55, 72 and 6E. RGB value is (85,114,110). Sum of RGB (Red+Green+Blue) = 85+114+110=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #55726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55726E is #AA8D91. Grayscale: #686868. Windows color (decimal): -11177362 or 7238229. OLE color: 7238229.
HSL color Cylindrical-coordinate representation of color #55726E: hue angle of 171.72º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55726E is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 110 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.55 |
| HSL | 171.72º | 0.15% | 0.39% | - |
| HSV(B) | 171.72º | 0.25% | 0.45% | - |
| XYZ | 12.58 | 15.09 | 17 | - |
| YUV | 104.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 110 | 0.25 | 0 | 0.04 | 0.55 | 171.72 | 0.15 | 0.39 |
| Hex | 55 | 72 | 6E | 19 | 0 | 4 | 37 | AC | F | 27 |
| Octal | 125 | 162 | 156 | 31 | 0 | 4 | 67 | 254 | 17 | 47 |
| Binary | 1010101 | 1110010 | 1101110 | 11001 | 0 | 100 | 110111 | 10101100 | 1111 | 100111 |
Color Harmonies of #55726E
Complementary color
Monochromatic Colors of #55726E
Black with #55726E
Text Example
Text Example
White with #55726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55726E; }
p { color: rgb(85,114,110); }
H1.HeaderClassName
{
color: #55726E;
}
.AnyTagClassName
{
color: #55726E;
}
</style>
background-color css
<style>
a { background-color: #55726E; }
a { background-color: rgb(85,114,110); }
div.DivClassName
{
background-color: #55726E;
}
.BgClassName
{
background-color: #55726E;
}
</style>
border-color css
<style>
span { border-color: #55726E; }
span { border-color: rgb(85,114,110); }
td.TdClassName
{
border-color: #55726E;
}
.TagClassName
{
border-color: #55726E;
}
</style>