Shades of Wedgewood #506D86
Tints of Wedgewood #506D86
RGB
CMYK
RGB Variations
Color information
#506D86 (or 0x506D86) is known color: Wedgewood. HEX triplet: 50, 6D and 86. RGB value is (80,109,134). Sum of RGB (Red+Green+Blue) = 80+109+134=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #506D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D86 is #AF9279. Grayscale: #676767. Windows color (decimal): -11506298 or 8809808. OLE color: 8809808.
HSL color Cylindrical-coordinate representation of color #506D86: hue angle of 207.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506D86 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 109 | 134 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.47 |
| HSL | 207.78º | 0.25% | 0.42% | - |
| HSV(B) | 207.78º | 0.4% | 0.53% | - |
| XYZ | 13.08 | 14.36 | 24.64 | - |
| YUV | 103.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 134 | 0.40 | 0.19 | 0 | 0.47 | 207.78 | 0.25 | 0.42 |
| Hex | 50 | 6D | 86 | 28 | 13 | 0 | 2F | D0 | 19 | 2A |
| Octal | 120 | 155 | 206 | 50 | 23 | 0 | 57 | 320 | 31 | 52 |
| Binary | 1010000 | 1101101 | 10000110 | 101000 | 10011 | 0 | 101111 | 11010000 | 11001 | 101010 |
Color Harmonies of #506D86
Complementary color
Monochromatic Colors of #506D86
Black with #506D86
Text Example
Text Example
White with #506D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D86; }
p { color: rgb(80,109,134); }
H1.HeaderClassName
{
color: #506D86;
}
.AnyTagClassName
{
color: #506D86;
}
</style>
background-color css
<style>
a { background-color: #506D86; }
a { background-color: rgb(80,109,134); }
div.DivClassName
{
background-color: #506D86;
}
.BgClassName
{
background-color: #506D86;
}
</style>
border-color css
<style>
span { border-color: #506D86; }
span { border-color: rgb(80,109,134); }
td.TdClassName
{
border-color: #506D86;
}
.TagClassName
{
border-color: #506D86;
}
</style>