Shades of Wedgewood #556C84
Tints of Wedgewood #556C84
RGB
CMYK
RGB Variations
Color information
#556C84 (or 0x556C84) is known color: Wedgewood. HEX triplet: 55, 6C and 84. RGB value is (85,108,132). Sum of RGB (Red+Green+Blue) = 85+108+132=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #556C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C84 is #AA937B. Grayscale: #676767. Windows color (decimal): -11178876 or 8678485. OLE color: 8678485.
HSL color Cylindrical-coordinate representation of color #556C84: hue angle of 210.64º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556C84 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 108 | 132 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.48 |
| HSL | 210.64º | 0.22% | 0.43% | - |
| HSV(B) | 210.64º | 0.36% | 0.52% | - |
| XYZ | 13.27 | 14.32 | 23.89 | - |
| YUV | 103.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 132 | 0.36 | 0.18 | 0 | 0.48 | 210.64 | 0.22 | 0.43 |
| Hex | 55 | 6C | 84 | 24 | 12 | 0 | 30 | D3 | 16 | 2B |
| Octal | 125 | 154 | 204 | 44 | 22 | 0 | 60 | 323 | 26 | 53 |
| Binary | 1010101 | 1101100 | 10000100 | 100100 | 10010 | 0 | 110000 | 11010011 | 10110 | 101011 |
Color Harmonies of #556C84
Complementary color
Monochromatic Colors of #556C84
Black with #556C84
Text Example
Text Example
White with #556C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C84; }
p { color: rgb(85,108,132); }
H1.HeaderClassName
{
color: #556C84;
}
.AnyTagClassName
{
color: #556C84;
}
</style>
background-color css
<style>
a { background-color: #556C84; }
a { background-color: rgb(85,108,132); }
div.DivClassName
{
background-color: #556C84;
}
.BgClassName
{
background-color: #556C84;
}
</style>
border-color css
<style>
span { border-color: #556C84; }
span { border-color: rgb(85,108,132); }
td.TdClassName
{
border-color: #556C84;
}
.TagClassName
{
border-color: #556C84;
}
</style>