Shades of Wedgewood #55728B
Tints of Wedgewood #55728B
RGB
CMYK
RGB Variations
Color information
#55728B (or 0x55728B) is known color: Wedgewood. HEX triplet: 55, 72 and 8B. RGB value is (85,114,139). Sum of RGB (Red+Green+Blue) = 85+114+139=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #55728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728B is #AA8D74. Grayscale: #6C6C6C. Windows color (decimal): -11177333 or 9138773. OLE color: 9138773.
HSL color Cylindrical-coordinate representation of color #55728B: hue angle of 207.78º 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 #55728B is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 114 | 139 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.45 |
| HSL | 207.78º | 0.24% | 0.44% | - |
| HSV(B) | 207.78º | 0.39% | 0.55% | - |
| XYZ | 14.42 | 15.83 | 26.72 | - |
| YUV | 108.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 139 | 0.39 | 0.18 | 0 | 0.45 | 207.78 | 0.24 | 0.44 |
| Hex | 55 | 72 | 8B | 27 | 12 | 0 | 2D | D0 | 18 | 2C |
| Octal | 125 | 162 | 213 | 47 | 22 | 0 | 55 | 320 | 30 | 54 |
| Binary | 1010101 | 1110010 | 10001011 | 100111 | 10010 | 0 | 101101 | 11010000 | 11000 | 101100 |
Color Harmonies of #55728B
Complementary color
Monochromatic Colors of #55728B
Black with #55728B
Text Example
Text Example
White with #55728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55728B; }
p { color: rgb(85,114,139); }
H1.HeaderClassName
{
color: #55728B;
}
.AnyTagClassName
{
color: #55728B;
}
</style>
background-color css
<style>
a { background-color: #55728B; }
a { background-color: rgb(85,114,139); }
div.DivClassName
{
background-color: #55728B;
}
.BgClassName
{
background-color: #55728B;
}
</style>
border-color css
<style>
span { border-color: #55728B; }
span { border-color: rgb(85,114,139); }
td.TdClassName
{
border-color: #55728B;
}
.TagClassName
{
border-color: #55728B;
}
</style>