Shades of Wedgewood #55718B
Tints of Wedgewood #55718B
RGB
CMYK
RGB Variations
Color information
#55718B (or 0x55718B) is known color: Wedgewood. HEX triplet: 55, 71 and 8B. RGB value is (85,113,139). Sum of RGB (Red+Green+Blue) = 85+113+139=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #55718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55718B is #AA8E74. Grayscale: #6B6B6B. Windows color (decimal): -11177589 or 9138517. OLE color: 9138517.
HSL color Cylindrical-coordinate representation of color #55718B: hue angle of 208.89º 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 #55718B is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 113 | 139 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.45 |
| HSL | 208.89º | 0.24% | 0.44% | - |
| HSV(B) | 208.89º | 0.39% | 0.55% | - |
| XYZ | 14.31 | 15.61 | 26.68 | - |
| YUV | 107.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 139 | 0.39 | 0.19 | 0 | 0.45 | 208.89 | 0.24 | 0.44 |
| Hex | 55 | 71 | 8B | 27 | 13 | 0 | 2D | D1 | 18 | 2C |
| Octal | 125 | 161 | 213 | 47 | 23 | 0 | 55 | 321 | 30 | 54 |
| Binary | 1010101 | 1110001 | 10001011 | 100111 | 10011 | 0 | 101101 | 11010001 | 11000 | 101100 |
Color Harmonies of #55718B
Complementary color
Monochromatic Colors of #55718B
Black with #55718B
Text Example
Text Example
White with #55718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55718B; }
p { color: rgb(85,113,139); }
H1.HeaderClassName
{
color: #55718B;
}
.AnyTagClassName
{
color: #55718B;
}
</style>
background-color css
<style>
a { background-color: #55718B; }
a { background-color: rgb(85,113,139); }
div.DivClassName
{
background-color: #55718B;
}
.BgClassName
{
background-color: #55718B;
}
</style>
border-color css
<style>
span { border-color: #55718B; }
span { border-color: rgb(85,113,139); }
td.TdClassName
{
border-color: #55718B;
}
.TagClassName
{
border-color: #55718B;
}
</style>