Shades of Wedgewood #50657A
Tints of Wedgewood #50657A
RGB
CMYK
RGB Variations
Color information
#50657A (or 0x50657A) is known color: Wedgewood. HEX triplet: 50, 65 and 7A. RGB value is (80,101,122). Sum of RGB (Red+Green+Blue) = 80+101+122=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #50657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50657A is #AF9A85. Grayscale: #616161. Windows color (decimal): -11508358 or 8021328. OLE color: 8021328.
HSL color Cylindrical-coordinate representation of color #50657A: hue angle of 210º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50657A is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 101 | 122 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.52 |
| HSL | 210º | 0.21% | 0.4% | - |
| HSV(B) | 210º | 0.34% | 0.48% | - |
| XYZ | 11.47 | 12.42 | 20.2 | - |
| YUV | 97.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 122 | 0.34 | 0.17 | 0 | 0.52 | 210 | 0.21 | 0.4 |
| Hex | 50 | 65 | 7A | 22 | 11 | 0 | 34 | D2 | 15 | 28 |
| Octal | 120 | 145 | 172 | 42 | 21 | 0 | 64 | 322 | 25 | 50 |
| Binary | 1010000 | 1100101 | 1111010 | 100010 | 10001 | 0 | 110100 | 11010010 | 10101 | 101000 |
Color Harmonies of #50657A
Complementary color
Monochromatic Colors of #50657A
Black with #50657A
Text Example
Text Example
White with #50657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50657A; }
p { color: rgb(80,101,122); }
H1.HeaderClassName
{
color: #50657A;
}
.AnyTagClassName
{
color: #50657A;
}
</style>
background-color css
<style>
a { background-color: #50657A; }
a { background-color: rgb(80,101,122); }
div.DivClassName
{
background-color: #50657A;
}
.BgClassName
{
background-color: #50657A;
}
</style>
border-color css
<style>
span { border-color: #50657A; }
span { border-color: rgb(80,101,122); }
td.TdClassName
{
border-color: #50657A;
}
.TagClassName
{
border-color: #50657A;
}
</style>