Shades of Wedgewood #55728C
Tints of Wedgewood #55728C
RGB
CMYK
RGB Variations
Color information
#55728C (or 0x55728C) is known color: Wedgewood. HEX triplet: 55, 72 and 8C. RGB value is (85,114,140). Sum of RGB (Red+Green+Blue) = 85+114+140=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #55728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728C is #AA8D73. Grayscale: #6C6C6C. Windows color (decimal): -11177332 or 9204309. OLE color: 9204309.
HSL color Cylindrical-coordinate representation of color #55728C: hue angle of 208.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55728C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 114 | 140 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.45 |
| HSL | 208.36º | 0.24% | 0.44% | - |
| HSV(B) | 208.36º | 0.39% | 0.55% | - |
| XYZ | 14.5 | 15.86 | 27.11 | - |
| YUV | 108.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 140 | 0.39 | 0.19 | 0 | 0.45 | 208.36 | 0.24 | 0.44 |
| Hex | 55 | 72 | 8C | 27 | 13 | 0 | 2D | D0 | 18 | 2C |
| Octal | 125 | 162 | 214 | 47 | 23 | 0 | 55 | 320 | 30 | 54 |
| Binary | 1010101 | 1110010 | 10001100 | 100111 | 10011 | 0 | 101101 | 11010000 | 11000 | 101100 |
Color Harmonies of #55728C
Complementary color
Monochromatic Colors of #55728C
Black with #55728C
Text Example
Text Example
White with #55728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55728C; }
p { color: rgb(85,114,140); }
H1.HeaderClassName
{
color: #55728C;
}
.AnyTagClassName
{
color: #55728C;
}
</style>
background-color css
<style>
a { background-color: #55728C; }
a { background-color: rgb(85,114,140); }
div.DivClassName
{
background-color: #55728C;
}
.BgClassName
{
background-color: #55728C;
}
</style>
border-color css
<style>
span { border-color: #55728C; }
span { border-color: rgb(85,114,140); }
td.TdClassName
{
border-color: #55728C;
}
.TagClassName
{
border-color: #55728C;
}
</style>