Shades of Wedgewood #506A89
Tints of Wedgewood #506A89
RGB
CMYK
RGB Variations
Color information
#506A89 (or 0x506A89) is known color: Wedgewood. HEX triplet: 50, 6A and 89. RGB value is (80,106,137). Sum of RGB (Red+Green+Blue) = 80+106+137=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #506A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A89 is #AF9576. Grayscale: #656565. Windows color (decimal): -11507063 or 9005648. OLE color: 9005648.
HSL color Cylindrical-coordinate representation of color #506A89: hue angle of 212.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506A89 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 106 | 137 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.46 |
| HSL | 212.63º | 0.26% | 0.43% | - |
| HSV(B) | 212.63º | 0.42% | 0.54% | - |
| XYZ | 12.98 | 13.82 | 25.65 | - |
| YUV | 101.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 137 | 0.42 | 0.23 | 0 | 0.46 | 212.63 | 0.26 | 0.43 |
| Hex | 50 | 6A | 89 | 2A | 17 | 0 | 2E | D5 | 1A | 2B |
| Octal | 120 | 152 | 211 | 52 | 27 | 0 | 56 | 325 | 32 | 53 |
| Binary | 1010000 | 1101010 | 10001001 | 101010 | 10111 | 0 | 101110 | 11010101 | 11010 | 101011 |
Color Harmonies of #506A89
Complementary color
Monochromatic Colors of #506A89
Black with #506A89
Text Example
Text Example
White with #506A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A89; }
p { color: rgb(80,106,137); }
H1.HeaderClassName
{
color: #506A89;
}
.AnyTagClassName
{
color: #506A89;
}
</style>
background-color css
<style>
a { background-color: #506A89; }
a { background-color: rgb(80,106,137); }
div.DivClassName
{
background-color: #506A89;
}
.BgClassName
{
background-color: #506A89;
}
</style>
border-color css
<style>
span { border-color: #506A89; }
span { border-color: rgb(80,106,137); }
td.TdClassName
{
border-color: #506A89;
}
.TagClassName
{
border-color: #506A89;
}
</style>