Shades of Wedgewood #556B7E
Tints of Wedgewood #556B7E
RGB
CMYK
RGB Variations
Color information
#556B7E (or 0x556B7E) is known color: Wedgewood. HEX triplet: 55, 6B and 7E. RGB value is (85,107,126). Sum of RGB (Red+Green+Blue) = 85+107+126=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #556B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7E is #AA9481. Grayscale: #666666. Windows color (decimal): -11179138 or 8285013. OLE color: 8285013.
HSL color Cylindrical-coordinate representation of color #556B7E: hue angle of 207.8º 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 #556B7E is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 107 | 126 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.51 |
| HSL | 207.8º | 0.19% | 0.41% | - |
| HSV(B) | 207.8º | 0.33% | 0.49% | - |
| XYZ | 12.77 | 13.95 | 21.76 | - |
| YUV | 102.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 126 | 0.33 | 0.15 | 0 | 0.51 | 207.8 | 0.19 | 0.41 |
| Hex | 55 | 6B | 7E | 21 | F | 0 | 33 | D0 | 13 | 29 |
| Octal | 125 | 153 | 176 | 41 | 17 | 0 | 63 | 320 | 23 | 51 |
| Binary | 1010101 | 1101011 | 1111110 | 100001 | 1111 | 0 | 110011 | 11010000 | 10011 | 101001 |
Color Harmonies of #556B7E
Complementary color
Monochromatic Colors of #556B7E
Black with #556B7E
Text Example
Text Example
White with #556B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B7E; }
p { color: rgb(85,107,126); }
H1.HeaderClassName
{
color: #556B7E;
}
.AnyTagClassName
{
color: #556B7E;
}
</style>
background-color css
<style>
a { background-color: #556B7E; }
a { background-color: rgb(85,107,126); }
div.DivClassName
{
background-color: #556B7E;
}
.BgClassName
{
background-color: #556B7E;
}
</style>
border-color css
<style>
span { border-color: #556B7E; }
span { border-color: rgb(85,107,126); }
td.TdClassName
{
border-color: #556B7E;
}
.TagClassName
{
border-color: #556B7E;
}
</style>