Shades of Wedgewood #516E81
Tints of Wedgewood #516E81
RGB
CMYK
RGB Variations
Color information
#516E81 (or 0x516E81) is known color: Wedgewood. HEX triplet: 51, 6E and 81. RGB value is (81,110,129). Sum of RGB (Red+Green+Blue) = 81+110+129=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #516E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E81 is #AE917E. Grayscale: #676767. Windows color (decimal): -11440511 or 8482385. OLE color: 8482385.
HSL color Cylindrical-coordinate representation of color #516E81: hue angle of 203.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516E81 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 110 | 129 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.49 |
| HSL | 203.75º | 0.23% | 0.41% | - |
| HSV(B) | 203.75º | 0.37% | 0.51% | - |
| XYZ | 12.93 | 14.49 | 22.88 | - |
| YUV | 103.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 129 | 0.37 | 0.15 | 0 | 0.49 | 203.75 | 0.23 | 0.41 |
| Hex | 51 | 6E | 81 | 25 | F | 0 | 31 | CC | 17 | 29 |
| Octal | 121 | 156 | 201 | 45 | 17 | 0 | 61 | 314 | 27 | 51 |
| Binary | 1010001 | 1101110 | 10000001 | 100101 | 1111 | 0 | 110001 | 11001100 | 10111 | 101001 |
Color Harmonies of #516E81
Complementary color
Monochromatic Colors of #516E81
Black with #516E81
Text Example
Text Example
White with #516E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E81; }
p { color: rgb(81,110,129); }
H1.HeaderClassName
{
color: #516E81;
}
.AnyTagClassName
{
color: #516E81;
}
</style>
background-color css
<style>
a { background-color: #516E81; }
a { background-color: rgb(81,110,129); }
div.DivClassName
{
background-color: #516E81;
}
.BgClassName
{
background-color: #516E81;
}
</style>
border-color css
<style>
span { border-color: #516E81; }
span { border-color: rgb(81,110,129); }
td.TdClassName
{
border-color: #516E81;
}
.TagClassName
{
border-color: #516E81;
}
</style>