Shades of Wedgewood #556E7E
Tints of Wedgewood #556E7E
RGB
CMYK
RGB Variations
Color information
#556E7E (or 0x556E7E) is known color: Wedgewood. HEX triplet: 55, 6E and 7E. RGB value is (85,110,126). Sum of RGB (Red+Green+Blue) = 85+110+126=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #556E7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E7E is #AA9181. Grayscale: #686868. Windows color (decimal): -11178370 or 8285781. OLE color: 8285781.
HSL color Cylindrical-coordinate representation of color #556E7E: hue angle of 203.41º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556E7E is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 110 | 126 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.51 |
| HSL | 203.41º | 0.19% | 0.41% | - |
| HSV(B) | 203.41º | 0.33% | 0.49% | - |
| XYZ | 13.09 | 14.59 | 21.86 | - |
| YUV | 104.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 126 | 0.33 | 0.13 | 0 | 0.51 | 203.41 | 0.19 | 0.41 |
| Hex | 55 | 6E | 7E | 21 | D | 0 | 33 | CB | 13 | 29 |
| Octal | 125 | 156 | 176 | 41 | 15 | 0 | 63 | 313 | 23 | 51 |
| Binary | 1010101 | 1101110 | 1111110 | 100001 | 1101 | 0 | 110011 | 11001011 | 10011 | 101001 |
Color Harmonies of #556E7E
Complementary color
Monochromatic Colors of #556E7E
Black with #556E7E
Text Example
Text Example
White with #556E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E7E; }
p { color: rgb(85,110,126); }
H1.HeaderClassName
{
color: #556E7E;
}
.AnyTagClassName
{
color: #556E7E;
}
</style>
background-color css
<style>
a { background-color: #556E7E; }
a { background-color: rgb(85,110,126); }
div.DivClassName
{
background-color: #556E7E;
}
.BgClassName
{
background-color: #556E7E;
}
</style>
border-color css
<style>
span { border-color: #556E7E; }
span { border-color: rgb(85,110,126); }
td.TdClassName
{
border-color: #556E7E;
}
.TagClassName
{
border-color: #556E7E;
}
</style>