Shades of William #556966
Tints of William #556966
RGB
CMYK
RGB Variations
Color information
#556966 (or 0x556966) is known color: William. HEX triplet: 55, 69 and 66. RGB value is (85,105,102). Sum of RGB (Red+Green+Blue) = 85+105+102=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #556966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556966 is #AA9699. Grayscale: #626262. Windows color (decimal): -11179674 or 6711637. OLE color: 6711637.
HSL color Cylindrical-coordinate representation of color #556966: hue angle of 171º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556966 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 102 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.59 |
| HSL | 171º | 0.11% | 0.37% | - |
| HSV(B) | 171º | 0.19% | 0.41% | - |
| XYZ | 11.2 | 12.99 | 14.49 | - |
| YUV | 98.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 102 | 0.19 | 0 | 0.03 | 0.59 | 171 | 0.11 | 0.37 |
| Hex | 55 | 69 | 66 | 13 | 0 | 3 | 3B | AB | B | 25 |
| Octal | 125 | 151 | 146 | 23 | 0 | 3 | 73 | 253 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1100110 | 10011 | 0 | 11 | 111011 | 10101011 | 1011 | 100101 |
Color Harmonies of #556966
Complementary color
Monochromatic Colors of #556966
Black with #556966
Text Example
Text Example
White with #556966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556966; }
p { color: rgb(85,105,102); }
H1.HeaderClassName
{
color: #556966;
}
.AnyTagClassName
{
color: #556966;
}
</style>
background-color css
<style>
a { background-color: #556966; }
a { background-color: rgb(85,105,102); }
div.DivClassName
{
background-color: #556966;
}
.BgClassName
{
background-color: #556966;
}
</style>
border-color css
<style>
span { border-color: #556966; }
span { border-color: rgb(85,105,102); }
td.TdClassName
{
border-color: #556966;
}
.TagClassName
{
border-color: #556966;
}
</style>