Shades of Wedgewood #506984
Tints of Wedgewood #506984
RGB
CMYK
RGB Variations
Color information
#506984 (or 0x506984) is known color: Wedgewood. HEX triplet: 50, 69 and 84. RGB value is (80,105,132). Sum of RGB (Red+Green+Blue) = 80+105+132=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #506984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506984 is #AF967B. Grayscale: #646464. Windows color (decimal): -11507324 or 8677712. OLE color: 8677712.
HSL color Cylindrical-coordinate representation of color #506984: hue angle of 211.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506984 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 105 | 132 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.48 |
| HSL | 211.15º | 0.25% | 0.42% | - |
| HSV(B) | 211.15º | 0.39% | 0.52% | - |
| XYZ | 12.52 | 13.47 | 23.77 | - |
| YUV | 100.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 132 | 0.39 | 0.20 | 0 | 0.48 | 211.15 | 0.25 | 0.42 |
| Hex | 50 | 69 | 84 | 27 | 14 | 0 | 30 | D3 | 19 | 2A |
| Octal | 120 | 151 | 204 | 47 | 24 | 0 | 60 | 323 | 31 | 52 |
| Binary | 1010000 | 1101001 | 10000100 | 100111 | 10100 | 0 | 110000 | 11010011 | 11001 | 101010 |
Color Harmonies of #506984
Complementary color
Monochromatic Colors of #506984
Black with #506984
Text Example
Text Example
White with #506984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506984; }
p { color: rgb(80,105,132); }
H1.HeaderClassName
{
color: #506984;
}
.AnyTagClassName
{
color: #506984;
}
</style>
background-color css
<style>
a { background-color: #506984; }
a { background-color: rgb(80,105,132); }
div.DivClassName
{
background-color: #506984;
}
.BgClassName
{
background-color: #506984;
}
</style>
border-color css
<style>
span { border-color: #506984; }
span { border-color: rgb(80,105,132); }
td.TdClassName
{
border-color: #506984;
}
.TagClassName
{
border-color: #506984;
}
</style>