Shades of William #556D6D
Tints of William #556D6D
RGB
CMYK
RGB Variations
Color information
#556D6D (or 0x556D6D) is known color: William. HEX triplet: 55, 6D and 6D. RGB value is (85,109,109). Sum of RGB (Red+Green+Blue) = 85+109+109=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: green, blue. Hex color #556D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D6D is #AA9292. Grayscale: #656565. Windows color (decimal): -11178643 or 7171413. OLE color: 7171413.
HSL color Cylindrical-coordinate representation of color #556D6D: hue angle of 180º 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 #556D6D is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 85 | 109 | 109 | - |
CMYK | 0.22 | 0 | 0 | 0.57 |
HSL | 180º | 0.12% | 0.38% | - |
HSV(B) | 180º | 0.22% | 0.43% | - |
XYZ | 11.98 | 13.97 | 16.53 | - |
YUV | 101.82 | 132.05 | 116 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 109 | 109 | 0.22 | 0 | 0 | 0.57 | 180 | 0.12 | 0.38 |
Hex | 55 | 6D | 6D | 16 | 0 | 0 | 39 | B4 | C | 26 |
Octal | 125 | 155 | 155 | 26 | 0 | 0 | 71 | 264 | 14 | 46 |
Binary | 1010101 | 1101101 | 1101101 | 10110 | 0 | 0 | 111001 | 10110100 | 1100 | 100110 |
Color Harmonies of #556D6D
Complementary color
Monochromatic Colors of #556D6D
Black with #556D6D
Text Example
Text Example
White with #556D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D6D; }
p { color: rgb(85,109,109); }
H1.HeaderClassName
{
color: #556D6D;
}
.AnyTagClassName
{
color: #556D6D;
}
</style>
background-color css
<style>
a { background-color: #556D6D; }
a { background-color: rgb(85,109,109); }
div.DivClassName
{
background-color: #556D6D;
}
.BgClassName
{
background-color: #556D6D;
}
</style>
border-color css
<style>
span { border-color: #556D6D; }
span { border-color: rgb(85,109,109); }
td.TdClassName
{
border-color: #556D6D;
}
.TagClassName
{
border-color: #556D6D;
}
</style>