Shades of William #556C69
Tints of William #556C69
RGB
CMYK
RGB Variations
Color information
#556C69 (or 0x556C69) is known color: William. HEX triplet: 55, 6C and 69. RGB value is (85,108,105). Sum of RGB (Red+Green+Blue) = 85+108+105=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 108 - color contains mainly: green. Hex color #556C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C69 is #AA9396. Grayscale: #646464. Windows color (decimal): -11178903 or 6909013. OLE color: 6909013.
HSL color Cylindrical-coordinate representation of color #556C69: hue angle of 172.17º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C69 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 105 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.58 |
| HSL | 172.17º | 0.12% | 0.38% | - |
| HSV(B) | 172.17º | 0.21% | 0.42% | - |
| XYZ | 11.66 | 13.68 | 15.39 | - |
| YUV | 100.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 105 | 0.21 | 0 | 0.03 | 0.58 | 172.17 | 0.12 | 0.38 |
| Hex | 55 | 6C | 69 | 15 | 0 | 3 | 3A | AC | C | 26 |
| Octal | 125 | 154 | 151 | 25 | 0 | 3 | 72 | 254 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1101001 | 10101 | 0 | 11 | 111010 | 10101100 | 1100 | 100110 |
Color Harmonies of #556C69
Complementary color
Monochromatic Colors of #556C69
Black with #556C69
Text Example
Text Example
White with #556C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C69; }
p { color: rgb(85,108,105); }
H1.HeaderClassName
{
color: #556C69;
}
.AnyTagClassName
{
color: #556C69;
}
</style>
background-color css
<style>
a { background-color: #556C69; }
a { background-color: rgb(85,108,105); }
div.DivClassName
{
background-color: #556C69;
}
.BgClassName
{
background-color: #556C69;
}
</style>
border-color css
<style>
span { border-color: #556C69; }
span { border-color: rgb(85,108,105); }
td.TdClassName
{
border-color: #556C69;
}
.TagClassName
{
border-color: #556C69;
}
</style>