Shades of Wedgewood #506679
Tints of Wedgewood #506679
RGB
CMYK
RGB Variations
Color information
#506679 (or 0x506679) is known color: Wedgewood. HEX triplet: 50, 66 and 79. RGB value is (80,102,121). Sum of RGB (Red+Green+Blue) = 80+102+121=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #506679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506679 is #AF9986. Grayscale: #616161. Windows color (decimal): -11508103 or 7956048. OLE color: 7956048.
HSL color Cylindrical-coordinate representation of color #506679: hue angle of 207.8º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506679 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 102 | 121 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.53 |
| HSL | 207.8º | 0.2% | 0.39% | - |
| HSV(B) | 207.8º | 0.34% | 0.47% | - |
| XYZ | 11.51 | 12.59 | 19.91 | - |
| YUV | 97.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 121 | 0.34 | 0.16 | 0 | 0.53 | 207.8 | 0.2 | 0.39 |
| Hex | 50 | 66 | 79 | 22 | 10 | 0 | 35 | D0 | 14 | 27 |
| Octal | 120 | 146 | 171 | 42 | 20 | 0 | 65 | 320 | 24 | 47 |
| Binary | 1010000 | 1100110 | 1111001 | 100010 | 10000 | 0 | 110101 | 11010000 | 10100 | 100111 |
Color Harmonies of #506679
Complementary color
Monochromatic Colors of #506679
Black with #506679
Text Example
Text Example
White with #506679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506679; }
p { color: rgb(80,102,121); }
H1.HeaderClassName
{
color: #506679;
}
.AnyTagClassName
{
color: #506679;
}
</style>
background-color css
<style>
a { background-color: #506679; }
a { background-color: rgb(80,102,121); }
div.DivClassName
{
background-color: #506679;
}
.BgClassName
{
background-color: #506679;
}
</style>
border-color css
<style>
span { border-color: #506679; }
span { border-color: rgb(80,102,121); }
td.TdClassName
{
border-color: #506679;
}
.TagClassName
{
border-color: #506679;
}
</style>