Shades of William #55756E
Tints of William #55756E
RGB
CMYK
RGB Variations
Color information
#55756E (or 0x55756E) is known color: William. HEX triplet: 55, 75 and 6E. RGB value is (85,117,110). Sum of RGB (Red+Green+Blue) = 85+117+110=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #55756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55756E is #AA8A91. Grayscale: #6A6A6A. Windows color (decimal): -11176594 or 7238997. OLE color: 7238997.
HSL color Cylindrical-coordinate representation of color #55756E: hue angle of 166.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55756E is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 110 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.54 |
| HSL | 166.88º | 0.16% | 0.4% | - |
| HSV(B) | 166.88º | 0.27% | 0.46% | - |
| XYZ | 12.92 | 15.78 | 17.12 | - |
| YUV | 106.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 110 | 0.27 | 0 | 0.06 | 0.54 | 166.88 | 0.16 | 0.4 |
| Hex | 55 | 75 | 6E | 1B | 0 | 6 | 36 | A7 | 10 | 28 |
| Octal | 125 | 165 | 156 | 33 | 0 | 6 | 66 | 247 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1101110 | 11011 | 0 | 110 | 110110 | 10100111 | 10000 | 101000 |
Color Harmonies of #55756E
Complementary color
Monochromatic Colors of #55756E
Black with #55756E
Text Example
Text Example
White with #55756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55756E; }
p { color: rgb(85,117,110); }
H1.HeaderClassName
{
color: #55756E;
}
.AnyTagClassName
{
color: #55756E;
}
</style>
background-color css
<style>
a { background-color: #55756E; }
a { background-color: rgb(85,117,110); }
div.DivClassName
{
background-color: #55756E;
}
.BgClassName
{
background-color: #55756E;
}
</style>
border-color css
<style>
span { border-color: #55756E; }
span { border-color: rgb(85,117,110); }
td.TdClassName
{
border-color: #55756E;
}
.TagClassName
{
border-color: #55756E;
}
</style>