Shades of Wedgewood #55687E
Tints of Wedgewood #55687E
RGB
CMYK
RGB Variations
Color information
#55687E (or 0x55687E) is known color: Wedgewood. HEX triplet: 55, 68 and 7E. RGB value is (85,104,126). Sum of RGB (Red+Green+Blue) = 85+104+126=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #55687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55687E is #AA9781. Grayscale: #646464. Windows color (decimal): -11179906 or 8284245. OLE color: 8284245.
HSL color Cylindrical-coordinate representation of color #55687E: hue angle of 212.2º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55687E is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 104 | 126 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.51 |
| HSL | 212.2º | 0.19% | 0.41% | - |
| HSV(B) | 212.2º | 0.33% | 0.49% | - |
| XYZ | 12.46 | 13.34 | 21.66 | - |
| YUV | 100.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 126 | 0.33 | 0.17 | 0 | 0.51 | 212.2 | 0.19 | 0.41 |
| Hex | 55 | 68 | 7E | 21 | 11 | 0 | 33 | D4 | 13 | 29 |
| Octal | 125 | 150 | 176 | 41 | 21 | 0 | 63 | 324 | 23 | 51 |
| Binary | 1010101 | 1101000 | 1111110 | 100001 | 10001 | 0 | 110011 | 11010100 | 10011 | 101001 |
Color Harmonies of #55687E
Complementary color
Monochromatic Colors of #55687E
Black with #55687E
Text Example
Text Example
White with #55687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55687E; }
p { color: rgb(85,104,126); }
H1.HeaderClassName
{
color: #55687E;
}
.AnyTagClassName
{
color: #55687E;
}
</style>
background-color css
<style>
a { background-color: #55687E; }
a { background-color: rgb(85,104,126); }
div.DivClassName
{
background-color: #55687E;
}
.BgClassName
{
background-color: #55687E;
}
</style>
border-color css
<style>
span { border-color: #55687E; }
span { border-color: rgb(85,104,126); }
td.TdClassName
{
border-color: #55687E;
}
.TagClassName
{
border-color: #55687E;
}
</style>