Shades of Wedgewood #556B7C
Tints of Wedgewood #556B7C
RGB
CMYK
RGB Variations
Color information
#556B7C (or 0x556B7C) is known color: Wedgewood. HEX triplet: 55, 6B and 7C. RGB value is (85,107,124). Sum of RGB (Red+Green+Blue) = 85+107+124=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #556B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7C is #AA9483. Grayscale: #666666. Windows color (decimal): -11179140 or 8153941. OLE color: 8153941.
HSL color Cylindrical-coordinate representation of color #556B7C: hue angle of 206.15º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #556B7C is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 107 | 124 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.51 |
| HSL | 206.15º | 0.19% | 0.41% | - |
| HSV(B) | 206.15º | 0.31% | 0.49% | - |
| XYZ | 12.64 | 13.9 | 21.09 | - |
| YUV | 102.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 124 | 0.31 | 0.14 | 0 | 0.51 | 206.15 | 0.19 | 0.41 |
| Hex | 55 | 6B | 7C | 1F | E | 0 | 33 | CE | 13 | 29 |
| Octal | 125 | 153 | 174 | 37 | 16 | 0 | 63 | 316 | 23 | 51 |
| Binary | 1010101 | 1101011 | 1111100 | 11111 | 1110 | 0 | 110011 | 11001110 | 10011 | 101001 |
Color Harmonies of #556B7C
Complementary color
Monochromatic Colors of #556B7C
Black with #556B7C
Text Example
Text Example
White with #556B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B7C; }
p { color: rgb(85,107,124); }
H1.HeaderClassName
{
color: #556B7C;
}
.AnyTagClassName
{
color: #556B7C;
}
</style>
background-color css
<style>
a { background-color: #556B7C; }
a { background-color: rgb(85,107,124); }
div.DivClassName
{
background-color: #556B7C;
}
.BgClassName
{
background-color: #556B7C;
}
</style>
border-color css
<style>
span { border-color: #556B7C; }
span { border-color: rgb(85,107,124); }
td.TdClassName
{
border-color: #556B7C;
}
.TagClassName
{
border-color: #556B7C;
}
</style>