Shades of Wedgewood #50657F
Tints of Wedgewood #50657F
RGB
CMYK
RGB Variations
Color information
#50657F (or 0x50657F) is known color: Wedgewood. HEX triplet: 50, 65 and 7F. RGB value is (80,101,127). Sum of RGB (Red+Green+Blue) = 80+101+127=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #50657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50657F is #AF9A80. Grayscale: #616161. Windows color (decimal): -11508353 or 8349008. OLE color: 8349008.
HSL color Cylindrical-coordinate representation of color #50657F: hue angle of 213.19º 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 #50657F is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 101 | 127 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.50 |
| HSL | 213.19º | 0.23% | 0.41% | - |
| HSV(B) | 213.19º | 0.37% | 0.5% | - |
| XYZ | 11.79 | 12.55 | 21.88 | - |
| YUV | 97.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 127 | 0.37 | 0.20 | 0 | 0.50 | 213.19 | 0.23 | 0.41 |
| Hex | 50 | 65 | 7F | 25 | 14 | 0 | 32 | D5 | 17 | 29 |
| Octal | 120 | 145 | 177 | 45 | 24 | 0 | 62 | 325 | 27 | 51 |
| Binary | 1010000 | 1100101 | 1111111 | 100101 | 10100 | 0 | 110010 | 11010101 | 10111 | 101001 |
Color Harmonies of #50657F
Complementary color
Monochromatic Colors of #50657F
Black with #50657F
Text Example
Text Example
White with #50657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50657F; }
p { color: rgb(80,101,127); }
H1.HeaderClassName
{
color: #50657F;
}
.AnyTagClassName
{
color: #50657F;
}
</style>
background-color css
<style>
a { background-color: #50657F; }
a { background-color: rgb(80,101,127); }
div.DivClassName
{
background-color: #50657F;
}
.BgClassName
{
background-color: #50657F;
}
</style>
border-color css
<style>
span { border-color: #50657F; }
span { border-color: rgb(80,101,127); }
td.TdClassName
{
border-color: #50657F;
}
.TagClassName
{
border-color: #50657F;
}
</style>