Shades of William #556C6D
Tints of William #556C6D
RGB
CMYK
RGB Variations
Color information
#556C6D (or 0x556C6D) is known color: William. HEX triplet: 55, 6C and 6D. RGB value is (85,108,109). Sum of RGB (Red+Green+Blue) = 85+108+109=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #556C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C6D is #AA9392. Grayscale: #656565. Windows color (decimal): -11178899 or 7171157. OLE color: 7171157.
HSL color Cylindrical-coordinate representation of color #556C6D: hue angle of 182.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 #556C6D is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 108 | 109 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.57 |
| HSL | 182.5º | 0.12% | 0.38% | - |
| HSV(B) | 182.5º | 0.22% | 0.43% | - |
| XYZ | 11.87 | 13.76 | 16.5 | - |
| YUV | 101.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 109 | 0.22 | 0.01 | 0 | 0.57 | 182.5 | 0.12 | 0.38 |
| Hex | 55 | 6C | 6D | 16 | 1 | 0 | 39 | B6 | C | 26 |
| Octal | 125 | 154 | 155 | 26 | 1 | 0 | 71 | 266 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1101101 | 10110 | 1 | 0 | 111001 | 10110110 | 1100 | 100110 |
Color Harmonies of #556C6D
Complementary color
Monochromatic Colors of #556C6D
Black with #556C6D
Text Example
Text Example
White with #556C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C6D; }
p { color: rgb(85,108,109); }
H1.HeaderClassName
{
color: #556C6D;
}
.AnyTagClassName
{
color: #556C6D;
}
</style>
background-color css
<style>
a { background-color: #556C6D; }
a { background-color: rgb(85,108,109); }
div.DivClassName
{
background-color: #556C6D;
}
.BgClassName
{
background-color: #556C6D;
}
</style>
border-color css
<style>
span { border-color: #556C6D; }
span { border-color: rgb(85,108,109); }
td.TdClassName
{
border-color: #556C6D;
}
.TagClassName
{
border-color: #556C6D;
}
</style>