Shades of Wedgewood #50637E
Tints of Wedgewood #50637E
RGB
CMYK
RGB Variations
Color information
#50637E (or 0x50637E) is known color: Wedgewood. HEX triplet: 50, 63 and 7E. RGB value is (80,99,126). Sum of RGB (Red+Green+Blue) = 80+99+126=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #50637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50637E is #AF9C81. Grayscale: #606060. Windows color (decimal): -11508866 or 8282960. OLE color: 8282960.
HSL color Cylindrical-coordinate representation of color #50637E: hue angle of 215.22º 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 #50637E is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 99 | 126 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.51 |
| HSL | 215.22º | 0.22% | 0.4% | - |
| HSV(B) | 215.22º | 0.37% | 0.49% | - |
| XYZ | 11.54 | 12.14 | 21.47 | - |
| YUV | 96.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 126 | 0.37 | 0.21 | 0 | 0.51 | 215.22 | 0.22 | 0.4 |
| Hex | 50 | 63 | 7E | 25 | 15 | 0 | 33 | D7 | 16 | 28 |
| Octal | 120 | 143 | 176 | 45 | 25 | 0 | 63 | 327 | 26 | 50 |
| Binary | 1010000 | 1100011 | 1111110 | 100101 | 10101 | 0 | 110011 | 11010111 | 10110 | 101000 |
Color Harmonies of #50637E
Complementary color
Monochromatic Colors of #50637E
Black with #50637E
Text Example
Text Example
White with #50637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50637E; }
p { color: rgb(80,99,126); }
H1.HeaderClassName
{
color: #50637E;
}
.AnyTagClassName
{
color: #50637E;
}
</style>
background-color css
<style>
a { background-color: #50637E; }
a { background-color: rgb(80,99,126); }
div.DivClassName
{
background-color: #50637E;
}
.BgClassName
{
background-color: #50637E;
}
</style>
border-color css
<style>
span { border-color: #50637E; }
span { border-color: rgb(80,99,126); }
td.TdClassName
{
border-color: #50637E;
}
.TagClassName
{
border-color: #50637E;
}
</style>