Shades of Wedgewood #55788E
Tints of Wedgewood #55788E
RGB
CMYK
RGB Variations
Color information
#55788E (or 0x55788E) is known color: Wedgewood. HEX triplet: 55, 78 and 8E. RGB value is (85,120,142). Sum of RGB (Red+Green+Blue) = 85+120+142=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #55788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55788E is #AA8771. Grayscale: #6F6F6F. Windows color (decimal): -11175794 or 9336917. OLE color: 9336917.
HSL color Cylindrical-coordinate representation of color #55788E: hue angle of 203.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55788E is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 120 | 142 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.44 |
| HSL | 203.16º | 0.25% | 0.45% | - |
| HSV(B) | 203.16º | 0.4% | 0.56% | - |
| XYZ | 15.35 | 17.32 | 28.12 | - |
| YUV | 112.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 142 | 0.40 | 0.15 | 0 | 0.44 | 203.16 | 0.25 | 0.45 |
| Hex | 55 | 78 | 8E | 28 | F | 0 | 2C | CB | 19 | 2D |
| Octal | 125 | 170 | 216 | 50 | 17 | 0 | 54 | 313 | 31 | 55 |
| Binary | 1010101 | 1111000 | 10001110 | 101000 | 1111 | 0 | 101100 | 11001011 | 11001 | 101101 |
Color Harmonies of #55788E
Complementary color
Monochromatic Colors of #55788E
Black with #55788E
Text Example
Text Example
White with #55788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55788E; }
p { color: rgb(85,120,142); }
H1.HeaderClassName
{
color: #55788E;
}
.AnyTagClassName
{
color: #55788E;
}
</style>
background-color css
<style>
a { background-color: #55788E; }
a { background-color: rgb(85,120,142); }
div.DivClassName
{
background-color: #55788E;
}
.BgClassName
{
background-color: #55788E;
}
</style>
border-color css
<style>
span { border-color: #55788E; }
span { border-color: rgb(85,120,142); }
td.TdClassName
{
border-color: #55788E;
}
.TagClassName
{
border-color: #55788E;
}
</style>