Shades of William #556C65
Tints of William #556C65
RGB
CMYK
RGB Variations
Color information
#556C65 (or 0x556C65) is known color: William. HEX triplet: 55, 6C and 65. RGB value is (85,108,101). Sum of RGB (Red+Green+Blue) = 85+108+101=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #556C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C65 is #AA939A. Grayscale: #646464. Windows color (decimal): -11178907 or 6646869. OLE color: 6646869.
HSL color Cylindrical-coordinate representation of color #556C65: hue angle of 161.74º 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 #556C65 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 101 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.58 |
| HSL | 161.74º | 0.12% | 0.38% | - |
| HSV(B) | 161.74º | 0.21% | 0.42% | - |
| XYZ | 11.46 | 13.6 | 14.33 | - |
| YUV | 100.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 101 | 0.21 | 0 | 0.06 | 0.58 | 161.74 | 0.12 | 0.38 |
| Hex | 55 | 6C | 65 | 15 | 0 | 6 | 3A | A2 | C | 26 |
| Octal | 125 | 154 | 145 | 25 | 0 | 6 | 72 | 242 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1100101 | 10101 | 0 | 110 | 111010 | 10100010 | 1100 | 100110 |
Color Harmonies of #556C65
Complementary color
Monochromatic Colors of #556C65
Black with #556C65
Text Example
Text Example
White with #556C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C65; }
p { color: rgb(85,108,101); }
H1.HeaderClassName
{
color: #556C65;
}
.AnyTagClassName
{
color: #556C65;
}
</style>
background-color css
<style>
a { background-color: #556C65; }
a { background-color: rgb(85,108,101); }
div.DivClassName
{
background-color: #556C65;
}
.BgClassName
{
background-color: #556C65;
}
</style>
border-color css
<style>
span { border-color: #556C65; }
span { border-color: rgb(85,108,101); }
td.TdClassName
{
border-color: #556C65;
}
.TagClassName
{
border-color: #556C65;
}
</style>