Shades of William #556F69
Tints of William #556F69
RGB
CMYK
RGB Variations
Color information
#556F69 (or 0x556F69) is known color: William. HEX triplet: 55, 6F and 69. RGB value is (85,111,105). Sum of RGB (Red+Green+Blue) = 85+111+105=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #556F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F69 is #AA9096. Grayscale: #666666. Windows color (decimal): -11178135 or 6909781. OLE color: 6909781.
HSL color Cylindrical-coordinate representation of color #556F69: hue angle of 166.15º 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 #556F69 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 105 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.56 |
| HSL | 166.15º | 0.13% | 0.38% | - |
| HSV(B) | 166.15º | 0.23% | 0.44% | - |
| XYZ | 11.98 | 14.32 | 15.5 | - |
| YUV | 102.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 105 | 0.23 | 0 | 0.05 | 0.56 | 166.15 | 0.13 | 0.38 |
| Hex | 55 | 6F | 69 | 17 | 0 | 5 | 38 | A6 | D | 26 |
| Octal | 125 | 157 | 151 | 27 | 0 | 5 | 70 | 246 | 15 | 46 |
| Binary | 1010101 | 1101111 | 1101001 | 10111 | 0 | 101 | 111000 | 10100110 | 1101 | 100110 |
Color Harmonies of #556F69
Complementary color
Monochromatic Colors of #556F69
Black with #556F69
Text Example
Text Example
White with #556F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F69; }
p { color: rgb(85,111,105); }
H1.HeaderClassName
{
color: #556F69;
}
.AnyTagClassName
{
color: #556F69;
}
</style>
background-color css
<style>
a { background-color: #556F69; }
a { background-color: rgb(85,111,105); }
div.DivClassName
{
background-color: #556F69;
}
.BgClassName
{
background-color: #556F69;
}
</style>
border-color css
<style>
span { border-color: #556F69; }
span { border-color: rgb(85,111,105); }
td.TdClassName
{
border-color: #556F69;
}
.TagClassName
{
border-color: #556F69;
}
</style>