Shades of Wedgewood #55708A
Tints of Wedgewood #55708A
RGB
CMYK
RGB Variations
Color information
#55708A (or 0x55708A) is known color: Wedgewood. HEX triplet: 55, 70 and 8A. RGB value is (85,112,138). Sum of RGB (Red+Green+Blue) = 85+112+138=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #55708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55708A is #AA8F75. Grayscale: #6A6A6A. Windows color (decimal): -11177846 or 9072725. OLE color: 9072725.
HSL color Cylindrical-coordinate representation of color #55708A: hue angle of 209.43º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55708A is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 112 | 138 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.46 |
| HSL | 209.43º | 0.24% | 0.44% | - |
| HSV(B) | 209.43º | 0.38% | 0.54% | - |
| XYZ | 14.13 | 15.35 | 26.26 | - |
| YUV | 106.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 138 | 0.38 | 0.19 | 0 | 0.46 | 209.43 | 0.24 | 0.44 |
| Hex | 55 | 70 | 8A | 26 | 13 | 0 | 2E | D1 | 18 | 2C |
| Octal | 125 | 160 | 212 | 46 | 23 | 0 | 56 | 321 | 30 | 54 |
| Binary | 1010101 | 1110000 | 10001010 | 100110 | 10011 | 0 | 101110 | 11010001 | 11000 | 101100 |
Color Harmonies of #55708A
Complementary color
Monochromatic Colors of #55708A
Black with #55708A
Text Example
Text Example
White with #55708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55708A; }
p { color: rgb(85,112,138); }
H1.HeaderClassName
{
color: #55708A;
}
.AnyTagClassName
{
color: #55708A;
}
</style>
background-color css
<style>
a { background-color: #55708A; }
a { background-color: rgb(85,112,138); }
div.DivClassName
{
background-color: #55708A;
}
.BgClassName
{
background-color: #55708A;
}
</style>
border-color css
<style>
span { border-color: #55708A; }
span { border-color: rgb(85,112,138); }
td.TdClassName
{
border-color: #55708A;
}
.TagClassName
{
border-color: #55708A;
}
</style>