Shades of Wedgewood #50718E
Tints of Wedgewood #50718E
RGB
CMYK
RGB Variations
Color information
#50718E (or 0x50718E) is known color: Wedgewood. HEX triplet: 50, 71 and 8E. RGB value is (80,113,142). Sum of RGB (Red+Green+Blue) = 80+113+142=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #50718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50718E is #AF8E71. Grayscale: #6A6A6A. Windows color (decimal): -11505266 or 9335120. OLE color: 9335120.
HSL color Cylindrical-coordinate representation of color #50718E: hue angle of 208.06º 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 #50718E is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 113 | 142 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.44 |
| HSL | 208.06º | 0.28% | 0.44% | - |
| HSV(B) | 208.06º | 0.44% | 0.56% | - |
| XYZ | 14.1 | 15.47 | 27.83 | - |
| YUV | 106.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 142 | 0.44 | 0.20 | 0 | 0.44 | 208.06 | 0.28 | 0.44 |
| Hex | 50 | 71 | 8E | 2C | 14 | 0 | 2C | D0 | 1C | 2C |
| Octal | 120 | 161 | 216 | 54 | 24 | 0 | 54 | 320 | 34 | 54 |
| Binary | 1010000 | 1110001 | 10001110 | 101100 | 10100 | 0 | 101100 | 11010000 | 11100 | 101100 |
Color Harmonies of #50718E
Complementary color
Monochromatic Colors of #50718E
Black with #50718E
Text Example
Text Example
White with #50718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50718E; }
p { color: rgb(80,113,142); }
H1.HeaderClassName
{
color: #50718E;
}
.AnyTagClassName
{
color: #50718E;
}
</style>
background-color css
<style>
a { background-color: #50718E; }
a { background-color: rgb(80,113,142); }
div.DivClassName
{
background-color: #50718E;
}
.BgClassName
{
background-color: #50718E;
}
</style>
border-color css
<style>
span { border-color: #50718E; }
span { border-color: rgb(80,113,142); }
td.TdClassName
{
border-color: #50718E;
}
.TagClassName
{
border-color: #50718E;
}
</style>