Shades of Wedgewood #50687F
Tints of Wedgewood #50687F
RGB
CMYK
RGB Variations
Color information
#50687F (or 0x50687F) is known color: Wedgewood. HEX triplet: 50, 68 and 7F. RGB value is (80,104,127). Sum of RGB (Red+Green+Blue) = 80+104+127=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 127 - color contains mainly: blue. Hex color #50687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687F is #AF9780. Grayscale: #636363. Windows color (decimal): -11507585 or 8349776. OLE color: 8349776.
HSL color Cylindrical-coordinate representation of color #50687F: hue angle of 209.36º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50687F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 104 | 127 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.50 |
| HSL | 209.36º | 0.23% | 0.41% | - |
| HSV(B) | 209.36º | 0.37% | 0.5% | - |
| XYZ | 12.09 | 13.14 | 21.98 | - |
| YUV | 99.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 127 | 0.37 | 0.18 | 0 | 0.50 | 209.36 | 0.23 | 0.41 |
| Hex | 50 | 68 | 7F | 25 | 12 | 0 | 32 | D1 | 17 | 29 |
| Octal | 120 | 150 | 177 | 45 | 22 | 0 | 62 | 321 | 27 | 51 |
| Binary | 1010000 | 1101000 | 1111111 | 100101 | 10010 | 0 | 110010 | 11010001 | 10111 | 101001 |
Color Harmonies of #50687F
Complementary color
Monochromatic Colors of #50687F
Black with #50687F
Text Example
Text Example
White with #50687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50687F; }
p { color: rgb(80,104,127); }
H1.HeaderClassName
{
color: #50687F;
}
.AnyTagClassName
{
color: #50687F;
}
</style>
background-color css
<style>
a { background-color: #50687F; }
a { background-color: rgb(80,104,127); }
div.DivClassName
{
background-color: #50687F;
}
.BgClassName
{
background-color: #50687F;
}
</style>
border-color css
<style>
span { border-color: #50687F; }
span { border-color: rgb(80,104,127); }
td.TdClassName
{
border-color: #50687F;
}
.TagClassName
{
border-color: #50687F;
}
</style>