Shades of Wedgewood #506885
Tints of Wedgewood #506885
RGB
CMYK
RGB Variations
Color information
#506885 (or 0x506885) is known color: Wedgewood. HEX triplet: 50, 68 and 85. RGB value is (80,104,133). Sum of RGB (Red+Green+Blue) = 80+104+133=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #506885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506885 is #AF977A. Grayscale: #636363. Windows color (decimal): -11507579 or 8742992. OLE color: 8742992.
HSL color Cylindrical-coordinate representation of color #506885: hue angle of 212.83º 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 #506885 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 104 | 133 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.48 |
| HSL | 212.83º | 0.25% | 0.42% | - |
| HSV(B) | 212.83º | 0.4% | 0.52% | - |
| XYZ | 12.49 | 13.3 | 24.1 | - |
| YUV | 100.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 133 | 0.40 | 0.22 | 0 | 0.48 | 212.83 | 0.25 | 0.42 |
| Hex | 50 | 68 | 85 | 28 | 16 | 0 | 30 | D5 | 19 | 2A |
| Octal | 120 | 150 | 205 | 50 | 26 | 0 | 60 | 325 | 31 | 52 |
| Binary | 1010000 | 1101000 | 10000101 | 101000 | 10110 | 0 | 110000 | 11010101 | 11001 | 101010 |
Color Harmonies of #506885
Complementary color
Monochromatic Colors of #506885
Black with #506885
Text Example
Text Example
White with #506885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506885; }
p { color: rgb(80,104,133); }
H1.HeaderClassName
{
color: #506885;
}
.AnyTagClassName
{
color: #506885;
}
</style>
background-color css
<style>
a { background-color: #506885; }
a { background-color: rgb(80,104,133); }
div.DivClassName
{
background-color: #506885;
}
.BgClassName
{
background-color: #506885;
}
</style>
border-color css
<style>
span { border-color: #506885; }
span { border-color: rgb(80,104,133); }
td.TdClassName
{
border-color: #506885;
}
.TagClassName
{
border-color: #506885;
}
</style>