Shades of Wedgewood #516D83
Tints of Wedgewood #516D83
RGB
CMYK
RGB Variations
Color information
#516D83 (or 0x516D83) is known color: Wedgewood. HEX triplet: 51, 6D and 83. RGB value is (81,109,131). Sum of RGB (Red+Green+Blue) = 81+109+131=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #516D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D83 is #AE927C. Grayscale: #676767. Windows color (decimal): -11440765 or 8613201. OLE color: 8613201.
HSL color Cylindrical-coordinate representation of color #516D83: hue angle of 206.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516D83 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 109 | 131 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.49 |
| HSL | 206.4º | 0.24% | 0.42% | - |
| HSV(B) | 206.4º | 0.38% | 0.51% | - |
| XYZ | 12.96 | 14.33 | 23.55 | - |
| YUV | 103.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 131 | 0.38 | 0.17 | 0 | 0.49 | 206.4 | 0.24 | 0.42 |
| Hex | 51 | 6D | 83 | 26 | 11 | 0 | 31 | CE | 18 | 2A |
| Octal | 121 | 155 | 203 | 46 | 21 | 0 | 61 | 316 | 30 | 52 |
| Binary | 1010001 | 1101101 | 10000011 | 100110 | 10001 | 0 | 110001 | 11001110 | 11000 | 101010 |
Color Harmonies of #516D83
Complementary color
Monochromatic Colors of #516D83
Black with #516D83
Text Example
Text Example
White with #516D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D83; }
p { color: rgb(81,109,131); }
H1.HeaderClassName
{
color: #516D83;
}
.AnyTagClassName
{
color: #516D83;
}
</style>
background-color css
<style>
a { background-color: #516D83; }
a { background-color: rgb(81,109,131); }
div.DivClassName
{
background-color: #516D83;
}
.BgClassName
{
background-color: #516D83;
}
</style>
border-color css
<style>
span { border-color: #516D83; }
span { border-color: rgb(81,109,131); }
td.TdClassName
{
border-color: #516D83;
}
.TagClassName
{
border-color: #516D83;
}
</style>