Shades of William #556E6F
Tints of William #556E6F
RGB
CMYK
RGB Variations
Color information
#556E6F (or 0x556E6F) is known color: William. HEX triplet: 55, 6E and 6F. RGB value is (85,110,111). Sum of RGB (Red+Green+Blue) = 85+110+111=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #556E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E6F is #AA9190. Grayscale: #666666. Windows color (decimal): -11178385 or 7302741. OLE color: 7302741.
HSL color Cylindrical-coordinate representation of color #556E6F: hue angle of 182.31º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556E6F is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 110 | 111 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.56 |
| HSL | 182.31º | 0.13% | 0.38% | - |
| HSV(B) | 182.31º | 0.23% | 0.44% | - |
| XYZ | 12.19 | 14.23 | 17.14 | - |
| YUV | 102.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 111 | 0.23 | 0.01 | 0 | 0.56 | 182.31 | 0.13 | 0.38 |
| Hex | 55 | 6E | 6F | 17 | 1 | 0 | 38 | B6 | D | 26 |
| Octal | 125 | 156 | 157 | 27 | 1 | 0 | 70 | 266 | 15 | 46 |
| Binary | 1010101 | 1101110 | 1101111 | 10111 | 1 | 0 | 111000 | 10110110 | 1101 | 100110 |
Color Harmonies of #556E6F
Complementary color
Monochromatic Colors of #556E6F
Black with #556E6F
Text Example
Text Example
White with #556E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E6F; }
p { color: rgb(85,110,111); }
H1.HeaderClassName
{
color: #556E6F;
}
.AnyTagClassName
{
color: #556E6F;
}
</style>
background-color css
<style>
a { background-color: #556E6F; }
a { background-color: rgb(85,110,111); }
div.DivClassName
{
background-color: #556E6F;
}
.BgClassName
{
background-color: #556E6F;
}
</style>
border-color css
<style>
span { border-color: #556E6F; }
span { border-color: rgb(85,110,111); }
td.TdClassName
{
border-color: #556E6F;
}
.TagClassName
{
border-color: #556E6F;
}
</style>