Shades of Wedgewood #50728F
Tints of Wedgewood #50728F
RGB
CMYK
RGB Variations
Color information
#50728F (or 0x50728F) is known color: Wedgewood. HEX triplet: 50, 72 and 8F. RGB value is (80,114,143). Sum of RGB (Red+Green+Blue) = 80+114+143=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #50728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50728F is #AF8D70. Grayscale: #6A6A6A. Windows color (decimal): -11505009 or 9400912. OLE color: 9400912.
HSL color Cylindrical-coordinate representation of color #50728F: hue angle of 207.62º 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 #50728F is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 114 | 143 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.44 |
| HSL | 207.62º | 0.28% | 0.44% | - |
| HSV(B) | 207.62º | 0.44% | 0.56% | - |
| XYZ | 14.28 | 15.72 | 28.27 | - |
| YUV | 107.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 143 | 0.44 | 0.20 | 0 | 0.44 | 207.62 | 0.28 | 0.44 |
| Hex | 50 | 72 | 8F | 2C | 14 | 0 | 2C | D0 | 1C | 2C |
| Octal | 120 | 162 | 217 | 54 | 24 | 0 | 54 | 320 | 34 | 54 |
| Binary | 1010000 | 1110010 | 10001111 | 101100 | 10100 | 0 | 101100 | 11010000 | 11100 | 101100 |
Color Harmonies of #50728F
Complementary color
Monochromatic Colors of #50728F
Black with #50728F
Text Example
Text Example
White with #50728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50728F; }
p { color: rgb(80,114,143); }
H1.HeaderClassName
{
color: #50728F;
}
.AnyTagClassName
{
color: #50728F;
}
</style>
background-color css
<style>
a { background-color: #50728F; }
a { background-color: rgb(80,114,143); }
div.DivClassName
{
background-color: #50728F;
}
.BgClassName
{
background-color: #50728F;
}
</style>
border-color css
<style>
span { border-color: #50728F; }
span { border-color: rgb(80,114,143); }
td.TdClassName
{
border-color: #50728F;
}
.TagClassName
{
border-color: #50728F;
}
</style>