Shades of Wedgewood #50647C
Tints of Wedgewood #50647C
RGB
CMYK
RGB Variations
Color information
#50647C (or 0x50647C) is known color: Wedgewood. HEX triplet: 50, 64 and 7C. RGB value is (80,100,124). Sum of RGB (Red+Green+Blue) = 80+100+124=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #50647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50647C is #AF9B83. Grayscale: #606060. Windows color (decimal): -11508612 or 8152144. OLE color: 8152144.
HSL color Cylindrical-coordinate representation of color #50647C: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50647C is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 100 | 124 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.51 |
| HSL | 212.73º | 0.22% | 0.4% | - |
| HSV(B) | 212.73º | 0.35% | 0.49% | - |
| XYZ | 11.5 | 12.28 | 20.83 | - |
| YUV | 96.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 124 | 0.35 | 0.19 | 0 | 0.51 | 212.73 | 0.22 | 0.4 |
| Hex | 50 | 64 | 7C | 23 | 13 | 0 | 33 | D5 | 16 | 28 |
| Octal | 120 | 144 | 174 | 43 | 23 | 0 | 63 | 325 | 26 | 50 |
| Binary | 1010000 | 1100100 | 1111100 | 100011 | 10011 | 0 | 110011 | 11010101 | 10110 | 101000 |
Color Harmonies of #50647C
Complementary color
Monochromatic Colors of #50647C
Black with #50647C
Text Example
Text Example
White with #50647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50647C; }
p { color: rgb(80,100,124); }
H1.HeaderClassName
{
color: #50647C;
}
.AnyTagClassName
{
color: #50647C;
}
</style>
background-color css
<style>
a { background-color: #50647C; }
a { background-color: rgb(80,100,124); }
div.DivClassName
{
background-color: #50647C;
}
.BgClassName
{
background-color: #50647C;
}
</style>
border-color css
<style>
span { border-color: #50647C; }
span { border-color: rgb(80,100,124); }
td.TdClassName
{
border-color: #50647C;
}
.TagClassName
{
border-color: #50647C;
}
</style>