Shades of Wedgewood #50667D
Tints of Wedgewood #50667D
RGB
CMYK
RGB Variations
Color information
#50667D (or 0x50667D) is known color: Wedgewood. HEX triplet: 50, 66 and 7D. RGB value is (80,102,125). Sum of RGB (Red+Green+Blue) = 80+102+125=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #50667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50667D is #AF9982. Grayscale: #616161. Windows color (decimal): -11508099 or 8218192. OLE color: 8218192.
HSL color Cylindrical-coordinate representation of color #50667D: hue angle of 210.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50667D is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 102 | 125 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.51 |
| HSL | 210.67º | 0.22% | 0.4% | - |
| HSV(B) | 210.67º | 0.36% | 0.49% | - |
| XYZ | 11.76 | 12.69 | 21.23 | - |
| YUV | 98.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 125 | 0.36 | 0.18 | 0 | 0.51 | 210.67 | 0.22 | 0.4 |
| Hex | 50 | 66 | 7D | 24 | 12 | 0 | 33 | D3 | 16 | 28 |
| Octal | 120 | 146 | 175 | 44 | 22 | 0 | 63 | 323 | 26 | 50 |
| Binary | 1010000 | 1100110 | 1111101 | 100100 | 10010 | 0 | 110011 | 11010011 | 10110 | 101000 |
Color Harmonies of #50667D
Complementary color
Monochromatic Colors of #50667D
Black with #50667D
Text Example
Text Example
White with #50667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50667D; }
p { color: rgb(80,102,125); }
H1.HeaderClassName
{
color: #50667D;
}
.AnyTagClassName
{
color: #50667D;
}
</style>
background-color css
<style>
a { background-color: #50667D; }
a { background-color: rgb(80,102,125); }
div.DivClassName
{
background-color: #50667D;
}
.BgClassName
{
background-color: #50667D;
}
</style>
border-color css
<style>
span { border-color: #50667D; }
span { border-color: rgb(80,102,125); }
td.TdClassName
{
border-color: #50667D;
}
.TagClassName
{
border-color: #50667D;
}
</style>