Shades of William #556E6E
Tints of William #556E6E
RGB
CMYK
RGB Variations
Color information
#556E6E (or 0x556E6E) is known color: William. HEX triplet: 55, 6E and 6E. RGB value is (85,110,110). Sum of RGB (Red+Green+Blue) = 85+110+110=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #556E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E6E is #AA9191. Grayscale: #666666. Windows color (decimal): -11178386 or 7237205. OLE color: 7237205.
HSL color Cylindrical-coordinate representation of color #556E6E: hue angle of 180º 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 #556E6E is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 110 | - |
| CMYK | 0.23 | 0 | 0 | 0.57 |
| HSL | 180º | 0.13% | 0.38% | - |
| HSV(B) | 180º | 0.23% | 0.43% | - |
| XYZ | 12.14 | 14.21 | 16.85 | - |
| YUV | 102.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 110 | 0.23 | 0 | 0 | 0.57 | 180 | 0.13 | 0.38 |
| Hex | 55 | 6E | 6E | 17 | 0 | 0 | 39 | B4 | D | 26 |
| Octal | 125 | 156 | 156 | 27 | 0 | 0 | 71 | 264 | 15 | 46 |
| Binary | 1010101 | 1101110 | 1101110 | 10111 | 0 | 0 | 111001 | 10110100 | 1101 | 100110 |
Color Harmonies of #556E6E
Complementary color
Monochromatic Colors of #556E6E
Black with #556E6E
Text Example
Text Example
White with #556E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E6E; }
p { color: rgb(85,110,110); }
H1.HeaderClassName
{
color: #556E6E;
}
.AnyTagClassName
{
color: #556E6E;
}
</style>
background-color css
<style>
a { background-color: #556E6E; }
a { background-color: rgb(85,110,110); }
div.DivClassName
{
background-color: #556E6E;
}
.BgClassName
{
background-color: #556E6E;
}
</style>
border-color css
<style>
span { border-color: #556E6E; }
span { border-color: rgb(85,110,110); }
td.TdClassName
{
border-color: #556E6E;
}
.TagClassName
{
border-color: #556E6E;
}
</style>