Shades of Wedgewood #50728E
Tints of Wedgewood #50728E
RGB
CMYK
RGB Variations
Color information
#50728E (or 0x50728E) is known color: Wedgewood. HEX triplet: 50, 72 and 8E. RGB value is (80,114,142). Sum of RGB (Red+Green+Blue) = 80+114+142=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #50728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50728E is #AF8D71. Grayscale: #6A6A6A. Windows color (decimal): -11505010 or 9335376. OLE color: 9335376.
HSL color Cylindrical-coordinate representation of color #50728E: hue angle of 207.1º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50728E is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 114 | 142 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.44 |
| HSL | 207.1º | 0.28% | 0.44% | - |
| HSV(B) | 207.1º | 0.44% | 0.56% | - |
| XYZ | 14.21 | 15.69 | 27.87 | - |
| YUV | 107.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 142 | 0.44 | 0.20 | 0 | 0.44 | 207.1 | 0.28 | 0.44 |
| Hex | 50 | 72 | 8E | 2C | 14 | 0 | 2C | CF | 1C | 2C |
| Octal | 120 | 162 | 216 | 54 | 24 | 0 | 54 | 317 | 34 | 54 |
| Binary | 1010000 | 1110010 | 10001110 | 101100 | 10100 | 0 | 101100 | 11001111 | 11100 | 101100 |
Color Harmonies of #50728E
Complementary color
Monochromatic Colors of #50728E
Black with #50728E
Text Example
Text Example
White with #50728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50728E; }
p { color: rgb(80,114,142); }
H1.HeaderClassName
{
color: #50728E;
}
.AnyTagClassName
{
color: #50728E;
}
</style>
background-color css
<style>
a { background-color: #50728E; }
a { background-color: rgb(80,114,142); }
div.DivClassName
{
background-color: #50728E;
}
.BgClassName
{
background-color: #50728E;
}
</style>
border-color css
<style>
span { border-color: #50728E; }
span { border-color: rgb(80,114,142); }
td.TdClassName
{
border-color: #50728E;
}
.TagClassName
{
border-color: #50728E;
}
</style>