Shades of Wedgewood #50758D
Tints of Wedgewood #50758D
RGB
CMYK
RGB Variations
Color information
#50758D (or 0x50758D) is known color: Wedgewood. HEX triplet: 50, 75 and 8D. RGB value is (80,117,141). Sum of RGB (Red+Green+Blue) = 80+117+141=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #50758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758D is #AF8A72. Grayscale: #6C6C6C. Windows color (decimal): -11504243 or 9270608. OLE color: 9270608.
HSL color Cylindrical-coordinate representation of color #50758D: hue angle of 203.61º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50758D is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 117 | 141 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.45 |
| HSL | 203.61º | 0.28% | 0.43% | - |
| HSV(B) | 203.61º | 0.43% | 0.55% | - |
| XYZ | 14.48 | 16.35 | 27.59 | - |
| YUV | 108.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 141 | 0.43 | 0.17 | 0 | 0.45 | 203.61 | 0.28 | 0.43 |
| Hex | 50 | 75 | 8D | 2B | 11 | 0 | 2D | CC | 1C | 2B |
| Octal | 120 | 165 | 215 | 53 | 21 | 0 | 55 | 314 | 34 | 53 |
| Binary | 1010000 | 1110101 | 10001101 | 101011 | 10001 | 0 | 101101 | 11001100 | 11100 | 101011 |
Color Harmonies of #50758D
Complementary color
Monochromatic Colors of #50758D
Black with #50758D
Text Example
Text Example
White with #50758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50758D; }
p { color: rgb(80,117,141); }
H1.HeaderClassName
{
color: #50758D;
}
.AnyTagClassName
{
color: #50758D;
}
</style>
background-color css
<style>
a { background-color: #50758D; }
a { background-color: rgb(80,117,141); }
div.DivClassName
{
background-color: #50758D;
}
.BgClassName
{
background-color: #50758D;
}
</style>
border-color css
<style>
span { border-color: #50758D; }
span { border-color: rgb(80,117,141); }
td.TdClassName
{
border-color: #50758D;
}
.TagClassName
{
border-color: #50758D;
}
</style>