Shades of Wedgewood #506A88
Tints of Wedgewood #506A88
RGB
CMYK
RGB Variations
Color information
#506A88 (or 0x506A88) is known color: Wedgewood. HEX triplet: 50, 6A and 88. RGB value is (80,106,136). Sum of RGB (Red+Green+Blue) = 80+106+136=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #506A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A88 is #AF9577. Grayscale: #656565. Windows color (decimal): -11507064 or 8940112. OLE color: 8940112.
HSL color Cylindrical-coordinate representation of color #506A88: hue angle of 212.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506A88 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 106 | 136 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.47 |
| HSL | 212.14º | 0.26% | 0.42% | - |
| HSV(B) | 212.14º | 0.41% | 0.53% | - |
| XYZ | 12.91 | 13.79 | 25.27 | - |
| YUV | 101.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 136 | 0.41 | 0.22 | 0 | 0.47 | 212.14 | 0.26 | 0.42 |
| Hex | 50 | 6A | 88 | 29 | 16 | 0 | 2F | D4 | 1A | 2A |
| Octal | 120 | 152 | 210 | 51 | 26 | 0 | 57 | 324 | 32 | 52 |
| Binary | 1010000 | 1101010 | 10001000 | 101001 | 10110 | 0 | 101111 | 11010100 | 11010 | 101010 |
Color Harmonies of #506A88
Complementary color
Monochromatic Colors of #506A88
Black with #506A88
Text Example
Text Example
White with #506A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A88; }
p { color: rgb(80,106,136); }
H1.HeaderClassName
{
color: #506A88;
}
.AnyTagClassName
{
color: #506A88;
}
</style>
background-color css
<style>
a { background-color: #506A88; }
a { background-color: rgb(80,106,136); }
div.DivClassName
{
background-color: #506A88;
}
.BgClassName
{
background-color: #506A88;
}
</style>
border-color css
<style>
span { border-color: #506A88; }
span { border-color: rgb(80,106,136); }
td.TdClassName
{
border-color: #506A88;
}
.TagClassName
{
border-color: #506A88;
}
</style>