Shades of Wedgewood #50738A
Tints of Wedgewood #50738A
RGB
CMYK
RGB Variations
Color information
#50738A (or 0x50738A) is known color: Wedgewood. HEX triplet: 50, 73 and 8A. RGB value is (80,115,138). Sum of RGB (Red+Green+Blue) = 80+115+138=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #50738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50738A is #AF8C75. Grayscale: #6B6B6B. Windows color (decimal): -11504758 or 9073488. OLE color: 9073488.
HSL color Cylindrical-coordinate representation of color #50738A: hue angle of 203.79º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50738A is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 115 | 138 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.46 |
| HSL | 203.79º | 0.27% | 0.43% | - |
| HSV(B) | 203.79º | 0.42% | 0.54% | - |
| XYZ | 14.03 | 15.8 | 26.36 | - |
| YUV | 107.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 138 | 0.42 | 0.17 | 0 | 0.46 | 203.79 | 0.27 | 0.43 |
| Hex | 50 | 73 | 8A | 2A | 11 | 0 | 2E | CC | 1B | 2B |
| Octal | 120 | 163 | 212 | 52 | 21 | 0 | 56 | 314 | 33 | 53 |
| Binary | 1010000 | 1110011 | 10001010 | 101010 | 10001 | 0 | 101110 | 11001100 | 11011 | 101011 |
Color Harmonies of #50738A
Complementary color
Monochromatic Colors of #50738A
Black with #50738A
Text Example
Text Example
White with #50738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50738A; }
p { color: rgb(80,115,138); }
H1.HeaderClassName
{
color: #50738A;
}
.AnyTagClassName
{
color: #50738A;
}
</style>
background-color css
<style>
a { background-color: #50738A; }
a { background-color: rgb(80,115,138); }
div.DivClassName
{
background-color: #50738A;
}
.BgClassName
{
background-color: #50738A;
}
</style>
border-color css
<style>
span { border-color: #50738A; }
span { border-color: rgb(80,115,138); }
td.TdClassName
{
border-color: #50738A;
}
.TagClassName
{
border-color: #50738A;
}
</style>