Shades of William #556F6C
Tints of William #556F6C
RGB
CMYK
RGB Variations
Color information
#556F6C (or 0x556F6C) is known color: William. HEX triplet: 55, 6F and 6C. RGB value is (85,111,108). Sum of RGB (Red+Green+Blue) = 85+111+108=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 111 - color contains mainly: green. Hex color #556F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F6C is #AA9093. Grayscale: #666666. Windows color (decimal): -11178132 or 7106389. OLE color: 7106389.
HSL color Cylindrical-coordinate representation of color #556F6C: hue angle of 173.08º 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 #556F6C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 108 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.56 |
| HSL | 173.08º | 0.13% | 0.38% | - |
| HSV(B) | 173.08º | 0.23% | 0.44% | - |
| XYZ | 12.14 | 14.38 | 16.32 | - |
| YUV | 102.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 108 | 0.23 | 0 | 0.03 | 0.56 | 173.08 | 0.13 | 0.38 |
| Hex | 55 | 6F | 6C | 17 | 0 | 3 | 38 | AD | D | 26 |
| Octal | 125 | 157 | 154 | 27 | 0 | 3 | 70 | 255 | 15 | 46 |
| Binary | 1010101 | 1101111 | 1101100 | 10111 | 0 | 11 | 111000 | 10101101 | 1101 | 100110 |
Color Harmonies of #556F6C
Complementary color
Monochromatic Colors of #556F6C
Black with #556F6C
Text Example
Text Example
White with #556F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F6C; }
p { color: rgb(85,111,108); }
H1.HeaderClassName
{
color: #556F6C;
}
.AnyTagClassName
{
color: #556F6C;
}
</style>
background-color css
<style>
a { background-color: #556F6C; }
a { background-color: rgb(85,111,108); }
div.DivClassName
{
background-color: #556F6C;
}
.BgClassName
{
background-color: #556F6C;
}
</style>
border-color css
<style>
span { border-color: #556F6C; }
span { border-color: rgb(85,111,108); }
td.TdClassName
{
border-color: #556F6C;
}
.TagClassName
{
border-color: #556F6C;
}
</style>