Shades of Wedgewood #50728D
Tints of Wedgewood #50728D
RGB
CMYK
RGB Variations
Color information
#50728D (or 0x50728D) is known color: Wedgewood. HEX triplet: 50, 72 and 8D. RGB value is (80,114,141). Sum of RGB (Red+Green+Blue) = 80+114+141=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #50728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50728D is #AF8D72. Grayscale: #6A6A6A. Windows color (decimal): -11505011 or 9269840. OLE color: 9269840.
HSL color Cylindrical-coordinate representation of color #50728D: hue angle of 206.56º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50728D is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 114 | 141 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.45 |
| HSL | 206.56º | 0.28% | 0.43% | - |
| HSV(B) | 206.56º | 0.43% | 0.55% | - |
| XYZ | 14.13 | 15.66 | 27.48 | - |
| YUV | 106.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 141 | 0.43 | 0.19 | 0 | 0.45 | 206.56 | 0.28 | 0.43 |
| Hex | 50 | 72 | 8D | 2B | 13 | 0 | 2D | CF | 1C | 2B |
| Octal | 120 | 162 | 215 | 53 | 23 | 0 | 55 | 317 | 34 | 53 |
| Binary | 1010000 | 1110010 | 10001101 | 101011 | 10011 | 0 | 101101 | 11001111 | 11100 | 101011 |
Color Harmonies of #50728D
Complementary color
Monochromatic Colors of #50728D
Black with #50728D
Text Example
Text Example
White with #50728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50728D; }
p { color: rgb(80,114,141); }
H1.HeaderClassName
{
color: #50728D;
}
.AnyTagClassName
{
color: #50728D;
}
</style>
background-color css
<style>
a { background-color: #50728D; }
a { background-color: rgb(80,114,141); }
div.DivClassName
{
background-color: #50728D;
}
.BgClassName
{
background-color: #50728D;
}
</style>
border-color css
<style>
span { border-color: #50728D; }
span { border-color: rgb(80,114,141); }
td.TdClassName
{
border-color: #50728D;
}
.TagClassName
{
border-color: #50728D;
}
</style>