Shades of Wedgewood #556E82
Tints of Wedgewood #556E82
RGB
CMYK
RGB Variations
Color information
#556E82 (or 0x556E82) is known color: Wedgewood. HEX triplet: 55, 6E and 82. RGB value is (85,110,130). Sum of RGB (Red+Green+Blue) = 85+110+130=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #556E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E82 is #AA917D. Grayscale: #686868. Windows color (decimal): -11178366 or 8547925. OLE color: 8547925.
HSL color Cylindrical-coordinate representation of color #556E82: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556E82 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 110 | 130 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.49 |
| HSL | 206.67º | 0.21% | 0.42% | - |
| HSV(B) | 206.67º | 0.35% | 0.51% | - |
| XYZ | 13.35 | 14.69 | 23.25 | - |
| YUV | 104.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 130 | 0.35 | 0.15 | 0 | 0.49 | 206.67 | 0.21 | 0.42 |
| Hex | 55 | 6E | 82 | 23 | F | 0 | 31 | CF | 15 | 2A |
| Octal | 125 | 156 | 202 | 43 | 17 | 0 | 61 | 317 | 25 | 52 |
| Binary | 1010101 | 1101110 | 10000010 | 100011 | 1111 | 0 | 110001 | 11001111 | 10101 | 101010 |
Color Harmonies of #556E82
Complementary color
Monochromatic Colors of #556E82
Black with #556E82
Text Example
Text Example
White with #556E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E82; }
p { color: rgb(85,110,130); }
H1.HeaderClassName
{
color: #556E82;
}
.AnyTagClassName
{
color: #556E82;
}
</style>
background-color css
<style>
a { background-color: #556E82; }
a { background-color: rgb(85,110,130); }
div.DivClassName
{
background-color: #556E82;
}
.BgClassName
{
background-color: #556E82;
}
</style>
border-color css
<style>
span { border-color: #556E82; }
span { border-color: rgb(85,110,130); }
td.TdClassName
{
border-color: #556E82;
}
.TagClassName
{
border-color: #556E82;
}
</style>