Shades of Wedgewood #50687D
Tints of Wedgewood #50687D
RGB
CMYK
RGB Variations
Color information
#50687D (or 0x50687D) is known color: Wedgewood. HEX triplet: 50, 68 and 7D. RGB value is (80,104,125). Sum of RGB (Red+Green+Blue) = 80+104+125=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #50687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50687D is #AF9782. Grayscale: #636363. Windows color (decimal): -11507587 or 8218704. OLE color: 8218704.
HSL color Cylindrical-coordinate representation of color #50687D: hue angle of 208º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50687D is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 104 | 125 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.51 |
| HSL | 208º | 0.22% | 0.4% | - |
| HSV(B) | 208º | 0.36% | 0.49% | - |
| XYZ | 11.96 | 13.09 | 21.3 | - |
| YUV | 99.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 125 | 0.36 | 0.17 | 0 | 0.51 | 208 | 0.22 | 0.4 |
| Hex | 50 | 68 | 7D | 24 | 11 | 0 | 33 | D0 | 16 | 28 |
| Octal | 120 | 150 | 175 | 44 | 21 | 0 | 63 | 320 | 26 | 50 |
| Binary | 1010000 | 1101000 | 1111101 | 100100 | 10001 | 0 | 110011 | 11010000 | 10110 | 101000 |
Color Harmonies of #50687D
Complementary color
Monochromatic Colors of #50687D
Black with #50687D
Text Example
Text Example
White with #50687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50687D; }
p { color: rgb(80,104,125); }
H1.HeaderClassName
{
color: #50687D;
}
.AnyTagClassName
{
color: #50687D;
}
</style>
background-color css
<style>
a { background-color: #50687D; }
a { background-color: rgb(80,104,125); }
div.DivClassName
{
background-color: #50687D;
}
.BgClassName
{
background-color: #50687D;
}
</style>
border-color css
<style>
span { border-color: #50687D; }
span { border-color: rgb(80,104,125); }
td.TdClassName
{
border-color: #50687D;
}
.TagClassName
{
border-color: #50687D;
}
</style>