Shades of Wedgewood #55778D
Tints of Wedgewood #55778D
RGB
CMYK
RGB Variations
Color information
#55778D (or 0x55778D) is known color: Wedgewood. HEX triplet: 55, 77 and 8D. RGB value is (85,119,141). Sum of RGB (Red+Green+Blue) = 85+119+141=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #55778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778D is #AA8872. Grayscale: #6F6F6F. Windows color (decimal): -11176051 or 9271125. OLE color: 9271125.
HSL color Cylindrical-coordinate representation of color #55778D: hue angle of 203.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55778D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 119 | 141 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.45 |
| HSL | 203.57º | 0.25% | 0.44% | - |
| HSV(B) | 203.57º | 0.4% | 0.55% | - |
| XYZ | 15.15 | 17.05 | 27.69 | - |
| YUV | 111.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 141 | 0.40 | 0.16 | 0 | 0.45 | 203.57 | 0.25 | 0.44 |
| Hex | 55 | 77 | 8D | 28 | 10 | 0 | 2D | CC | 19 | 2C |
| Octal | 125 | 167 | 215 | 50 | 20 | 0 | 55 | 314 | 31 | 54 |
| Binary | 1010101 | 1110111 | 10001101 | 101000 | 10000 | 0 | 101101 | 11001100 | 11001 | 101100 |
Color Harmonies of #55778D
Complementary color
Monochromatic Colors of #55778D
Black with #55778D
Text Example
Text Example
White with #55778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55778D; }
p { color: rgb(85,119,141); }
H1.HeaderClassName
{
color: #55778D;
}
.AnyTagClassName
{
color: #55778D;
}
</style>
background-color css
<style>
a { background-color: #55778D; }
a { background-color: rgb(85,119,141); }
div.DivClassName
{
background-color: #55778D;
}
.BgClassName
{
background-color: #55778D;
}
</style>
border-color css
<style>
span { border-color: #55778D; }
span { border-color: rgb(85,119,141); }
td.TdClassName
{
border-color: #55778D;
}
.TagClassName
{
border-color: #55778D;
}
</style>