Shades of Wedgewood #516A82
Tints of Wedgewood #516A82
RGB
CMYK
RGB Variations
Color information
#516A82 (or 0x516A82) is known color: Wedgewood. HEX triplet: 51, 6A and 82. RGB value is (81,106,130). Sum of RGB (Red+Green+Blue) = 81+106+130=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #516A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A82 is #AE957D. Grayscale: #656565. Windows color (decimal): -11441534 or 8546897. OLE color: 8546897.
HSL color Cylindrical-coordinate representation of color #516A82: hue angle of 209.39º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516A82 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 106 | 130 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.49 |
| HSL | 209.39º | 0.23% | 0.41% | - |
| HSV(B) | 209.39º | 0.38% | 0.51% | - |
| XYZ | 12.58 | 13.67 | 23.09 | - |
| YUV | 101.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 130 | 0.38 | 0.18 | 0 | 0.49 | 209.39 | 0.23 | 0.41 |
| Hex | 51 | 6A | 82 | 26 | 12 | 0 | 31 | D1 | 17 | 29 |
| Octal | 121 | 152 | 202 | 46 | 22 | 0 | 61 | 321 | 27 | 51 |
| Binary | 1010001 | 1101010 | 10000010 | 100110 | 10010 | 0 | 110001 | 11010001 | 10111 | 101001 |
Color Harmonies of #516A82
Complementary color
Monochromatic Colors of #516A82
Black with #516A82
Text Example
Text Example
White with #516A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A82; }
p { color: rgb(81,106,130); }
H1.HeaderClassName
{
color: #516A82;
}
.AnyTagClassName
{
color: #516A82;
}
</style>
background-color css
<style>
a { background-color: #516A82; }
a { background-color: rgb(81,106,130); }
div.DivClassName
{
background-color: #516A82;
}
.BgClassName
{
background-color: #516A82;
}
</style>
border-color css
<style>
span { border-color: #516A82; }
span { border-color: rgb(81,106,130); }
td.TdClassName
{
border-color: #516A82;
}
.TagClassName
{
border-color: #516A82;
}
</style>