Shades of Wedgewood #556E7F
Tints of Wedgewood #556E7F
RGB
CMYK
RGB Variations
Color information
#556E7F (or 0x556E7F) is known color: Wedgewood. HEX triplet: 55, 6E and 7F. RGB value is (85,110,127). Sum of RGB (Red+Green+Blue) = 85+110+127=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #556E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E7F is #AA9180. Grayscale: #686868. Windows color (decimal): -11178369 or 8351317. OLE color: 8351317.
HSL color Cylindrical-coordinate representation of color #556E7F: hue angle of 204.29º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556E7F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 110 | 127 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.50 |
| HSL | 204.29º | 0.2% | 0.42% | - |
| HSV(B) | 204.29º | 0.33% | 0.5% | - |
| XYZ | 13.15 | 14.62 | 22.21 | - |
| YUV | 104.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 127 | 0.33 | 0.13 | 0 | 0.50 | 204.29 | 0.2 | 0.42 |
| Hex | 55 | 6E | 7F | 21 | D | 0 | 32 | CC | 14 | 2A |
| Octal | 125 | 156 | 177 | 41 | 15 | 0 | 62 | 314 | 24 | 52 |
| Binary | 1010101 | 1101110 | 1111111 | 100001 | 1101 | 0 | 110010 | 11001100 | 10100 | 101010 |
Color Harmonies of #556E7F
Complementary color
Monochromatic Colors of #556E7F
Black with #556E7F
Text Example
Text Example
White with #556E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E7F; }
p { color: rgb(85,110,127); }
H1.HeaderClassName
{
color: #556E7F;
}
.AnyTagClassName
{
color: #556E7F;
}
</style>
background-color css
<style>
a { background-color: #556E7F; }
a { background-color: rgb(85,110,127); }
div.DivClassName
{
background-color: #556E7F;
}
.BgClassName
{
background-color: #556E7F;
}
</style>
border-color css
<style>
span { border-color: #556E7F; }
span { border-color: rgb(85,110,127); }
td.TdClassName
{
border-color: #556E7F;
}
.TagClassName
{
border-color: #556E7F;
}
</style>