Shades of Wedgewood #50667F
Tints of Wedgewood #50667F
RGB
CMYK
RGB Variations
Color information
#50667F (or 0x50667F) is known color: Wedgewood. HEX triplet: 50, 66 and 7F. RGB value is (80,102,127). Sum of RGB (Red+Green+Blue) = 80+102+127=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #50667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50667F is #AF9980. Grayscale: #626262. Windows color (decimal): -11508097 or 8349264. OLE color: 8349264.
HSL color Cylindrical-coordinate representation of color #50667F: hue angle of 211.91º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50667F is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 102 | 127 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.50 |
| HSL | 211.91º | 0.23% | 0.41% | - |
| HSV(B) | 211.91º | 0.37% | 0.5% | - |
| XYZ | 11.89 | 12.74 | 21.91 | - |
| YUV | 98.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 127 | 0.37 | 0.20 | 0 | 0.50 | 211.91 | 0.23 | 0.41 |
| Hex | 50 | 66 | 7F | 25 | 14 | 0 | 32 | D4 | 17 | 29 |
| Octal | 120 | 146 | 177 | 45 | 24 | 0 | 62 | 324 | 27 | 51 |
| Binary | 1010000 | 1100110 | 1111111 | 100101 | 10100 | 0 | 110010 | 11010100 | 10111 | 101001 |
Color Harmonies of #50667F
Complementary color
Monochromatic Colors of #50667F
Black with #50667F
Text Example
Text Example
White with #50667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50667F; }
p { color: rgb(80,102,127); }
H1.HeaderClassName
{
color: #50667F;
}
.AnyTagClassName
{
color: #50667F;
}
</style>
background-color css
<style>
a { background-color: #50667F; }
a { background-color: rgb(80,102,127); }
div.DivClassName
{
background-color: #50667F;
}
.BgClassName
{
background-color: #50667F;
}
</style>
border-color css
<style>
span { border-color: #50667F; }
span { border-color: rgb(80,102,127); }
td.TdClassName
{
border-color: #50667F;
}
.TagClassName
{
border-color: #50667F;
}
</style>