Shades of William #556E6C
Tints of William #556E6C
RGB
CMYK
RGB Variations
Color information
#556E6C (or 0x556E6C) is known color: William. HEX triplet: 55, 6E and 6C. RGB value is (85,110,108). Sum of RGB (Red+Green+Blue) = 85+110+108=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 110 - color contains mainly: green. Hex color #556E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E6C is #AA9193. Grayscale: #666666. Windows color (decimal): -11178388 or 7106133. OLE color: 7106133.
HSL color Cylindrical-coordinate representation of color #556E6C: hue angle of 175.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556E6C is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 108 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.57 |
| HSL | 175.2º | 0.13% | 0.38% | - |
| HSV(B) | 175.2º | 0.23% | 0.43% | - |
| XYZ | 12.03 | 14.17 | 16.29 | - |
| YUV | 102.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 108 | 0.23 | 0 | 0.02 | 0.57 | 175.2 | 0.13 | 0.38 |
| Hex | 55 | 6E | 6C | 17 | 0 | 2 | 39 | AF | D | 26 |
| Octal | 125 | 156 | 154 | 27 | 0 | 2 | 71 | 257 | 15 | 46 |
| Binary | 1010101 | 1101110 | 1101100 | 10111 | 0 | 10 | 111001 | 10101111 | 1101 | 100110 |
Color Harmonies of #556E6C
Complementary color
Monochromatic Colors of #556E6C
Black with #556E6C
Text Example
Text Example
White with #556E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E6C; }
p { color: rgb(85,110,108); }
H1.HeaderClassName
{
color: #556E6C;
}
.AnyTagClassName
{
color: #556E6C;
}
</style>
background-color css
<style>
a { background-color: #556E6C; }
a { background-color: rgb(85,110,108); }
div.DivClassName
{
background-color: #556E6C;
}
.BgClassName
{
background-color: #556E6C;
}
</style>
border-color css
<style>
span { border-color: #556E6C; }
span { border-color: rgb(85,110,108); }
td.TdClassName
{
border-color: #556E6C;
}
.TagClassName
{
border-color: #556E6C;
}
</style>