Shades of William #556D66
Tints of William #556D66
RGB
CMYK
RGB Variations
Color information
#556D66 (or 0x556D66) is known color: William. HEX triplet: 55, 6D and 66. RGB value is (85,109,102). Sum of RGB (Red+Green+Blue) = 85+109+102=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #556D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D66 is #AA9299. Grayscale: #656565. Windows color (decimal): -11178650 or 6712661. OLE color: 6712661.
HSL color Cylindrical-coordinate representation of color #556D66: hue angle of 162.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556D66 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 102 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.57 |
| HSL | 162.5º | 0.12% | 0.38% | - |
| HSV(B) | 162.5º | 0.22% | 0.43% | - |
| XYZ | 11.61 | 13.83 | 14.63 | - |
| YUV | 101.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 102 | 0.22 | 0 | 0.06 | 0.57 | 162.5 | 0.12 | 0.38 |
| Hex | 55 | 6D | 66 | 16 | 0 | 6 | 39 | A2 | C | 26 |
| Octal | 125 | 155 | 146 | 26 | 0 | 6 | 71 | 242 | 14 | 46 |
| Binary | 1010101 | 1101101 | 1100110 | 10110 | 0 | 110 | 111001 | 10100010 | 1100 | 100110 |
Color Harmonies of #556D66
Complementary color
Monochromatic Colors of #556D66
Black with #556D66
Text Example
Text Example
White with #556D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D66; }
p { color: rgb(85,109,102); }
H1.HeaderClassName
{
color: #556D66;
}
.AnyTagClassName
{
color: #556D66;
}
</style>
background-color css
<style>
a { background-color: #556D66; }
a { background-color: rgb(85,109,102); }
div.DivClassName
{
background-color: #556D66;
}
.BgClassName
{
background-color: #556D66;
}
</style>
border-color css
<style>
span { border-color: #556D66; }
span { border-color: rgb(85,109,102); }
td.TdClassName
{
border-color: #556D66;
}
.TagClassName
{
border-color: #556D66;
}
</style>