Shades of Wedgewood #506685
Tints of Wedgewood #506685
RGB
CMYK
RGB Variations
Color information
#506685 (or 0x506685) is known color: Wedgewood. HEX triplet: 50, 66 and 85. RGB value is (80,102,133). Sum of RGB (Red+Green+Blue) = 80+102+133=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #506685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506685 is #AF997A. Grayscale: #626262. Windows color (decimal): -11508091 or 8742480. OLE color: 8742480.
HSL color Cylindrical-coordinate representation of color #506685: hue angle of 215.09º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #506685 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 102 | 133 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.48 |
| HSL | 215.09º | 0.25% | 0.42% | - |
| HSV(B) | 215.09º | 0.4% | 0.52% | - |
| XYZ | 12.29 | 12.9 | 24.03 | - |
| YUV | 98.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 133 | 0.40 | 0.23 | 0 | 0.48 | 215.09 | 0.25 | 0.42 |
| Hex | 50 | 66 | 85 | 28 | 17 | 0 | 30 | D7 | 19 | 2A |
| Octal | 120 | 146 | 205 | 50 | 27 | 0 | 60 | 327 | 31 | 52 |
| Binary | 1010000 | 1100110 | 10000101 | 101000 | 10111 | 0 | 110000 | 11010111 | 11001 | 101010 |
Color Harmonies of #506685
Complementary color
Monochromatic Colors of #506685
Black with #506685
Text Example
Text Example
White with #506685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506685; }
p { color: rgb(80,102,133); }
H1.HeaderClassName
{
color: #506685;
}
.AnyTagClassName
{
color: #506685;
}
</style>
background-color css
<style>
a { background-color: #506685; }
a { background-color: rgb(80,102,133); }
div.DivClassName
{
background-color: #506685;
}
.BgClassName
{
background-color: #506685;
}
</style>
border-color css
<style>
span { border-color: #506685; }
span { border-color: rgb(80,102,133); }
td.TdClassName
{
border-color: #506685;
}
.TagClassName
{
border-color: #506685;
}
</style>