Shades of Wedgewood #50687E
Tints of Wedgewood #50687E
RGB
CMYK
RGB Variations
Color information
#50687E (or 0x50687E) is known color: Wedgewood. HEX triplet: 50, 68 and 7E. RGB value is (80,104,126). Sum of RGB (Red+Green+Blue) = 80+104+126=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #50687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687E is #AF9781. Grayscale: #636363. Windows color (decimal): -11507586 or 8284240. OLE color: 8284240.
HSL color Cylindrical-coordinate representation of color #50687E: hue angle of 208.7º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50687E is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 104 | 126 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.51 |
| HSL | 208.7º | 0.22% | 0.4% | - |
| HSV(B) | 208.7º | 0.37% | 0.49% | - |
| XYZ | 12.02 | 13.11 | 21.64 | - |
| YUV | 99.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 126 | 0.37 | 0.17 | 0 | 0.51 | 208.7 | 0.22 | 0.4 |
| Hex | 50 | 68 | 7E | 25 | 11 | 0 | 33 | D1 | 16 | 28 |
| Octal | 120 | 150 | 176 | 45 | 21 | 0 | 63 | 321 | 26 | 50 |
| Binary | 1010000 | 1101000 | 1111110 | 100101 | 10001 | 0 | 110011 | 11010001 | 10110 | 101000 |
Color Harmonies of #50687E
Complementary color
Monochromatic Colors of #50687E
Black with #50687E
Text Example
Text Example
White with #50687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50687E; }
p { color: rgb(80,104,126); }
H1.HeaderClassName
{
color: #50687E;
}
.AnyTagClassName
{
color: #50687E;
}
</style>
background-color css
<style>
a { background-color: #50687E; }
a { background-color: rgb(80,104,126); }
div.DivClassName
{
background-color: #50687E;
}
.BgClassName
{
background-color: #50687E;
}
</style>
border-color css
<style>
span { border-color: #50687E; }
span { border-color: rgb(80,104,126); }
td.TdClassName
{
border-color: #50687E;
}
.TagClassName
{
border-color: #50687E;
}
</style>