Shades of Wedgewood #50697E
Tints of Wedgewood #50697E
RGB
CMYK
RGB Variations
Color information
#50697E (or 0x50697E) is known color: Wedgewood. HEX triplet: 50, 69 and 7E. RGB value is (80,105,126). Sum of RGB (Red+Green+Blue) = 80+105+126=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #50697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50697E is #AF9681. Grayscale: #636363. Windows color (decimal): -11507330 or 8284496. OLE color: 8284496.
HSL color Cylindrical-coordinate representation of color #50697E: hue angle of 207.39º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50697E is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 105 | 126 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.51 |
| HSL | 207.39º | 0.22% | 0.4% | - |
| HSV(B) | 207.39º | 0.37% | 0.49% | - |
| XYZ | 12.13 | 13.31 | 21.67 | - |
| YUV | 99.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 126 | 0.37 | 0.17 | 0 | 0.51 | 207.39 | 0.22 | 0.4 |
| Hex | 50 | 69 | 7E | 25 | 11 | 0 | 33 | CF | 16 | 28 |
| Octal | 120 | 151 | 176 | 45 | 21 | 0 | 63 | 317 | 26 | 50 |
| Binary | 1010000 | 1101001 | 1111110 | 100101 | 10001 | 0 | 110011 | 11001111 | 10110 | 101000 |
Color Harmonies of #50697E
Complementary color
Monochromatic Colors of #50697E
Black with #50697E
Text Example
Text Example
White with #50697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50697E; }
p { color: rgb(80,105,126); }
H1.HeaderClassName
{
color: #50697E;
}
.AnyTagClassName
{
color: #50697E;
}
</style>
background-color css
<style>
a { background-color: #50697E; }
a { background-color: rgb(80,105,126); }
div.DivClassName
{
background-color: #50697E;
}
.BgClassName
{
background-color: #50697E;
}
</style>
border-color css
<style>
span { border-color: #50697E; }
span { border-color: rgb(80,105,126); }
td.TdClassName
{
border-color: #50697E;
}
.TagClassName
{
border-color: #50697E;
}
</style>