Shades of Wedgewood #516C82
Tints of Wedgewood #516C82
RGB
CMYK
RGB Variations
Color information
#516C82 (or 0x516C82) is known color: Wedgewood. HEX triplet: 51, 6C and 82. RGB value is (81,108,130). Sum of RGB (Red+Green+Blue) = 81+108+130=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #516C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C82 is #AE937D. Grayscale: #666666. Windows color (decimal): -11441022 or 8547409. OLE color: 8547409.
HSL color Cylindrical-coordinate representation of color #516C82: hue angle of 206.94º 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 #516C82 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 108 | 130 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.49 |
| HSL | 206.94º | 0.23% | 0.41% | - |
| HSV(B) | 206.94º | 0.38% | 0.51% | - |
| XYZ | 12.79 | 14.09 | 23.16 | - |
| YUV | 102.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 130 | 0.38 | 0.17 | 0 | 0.49 | 206.94 | 0.23 | 0.41 |
| Hex | 51 | 6C | 82 | 26 | 11 | 0 | 31 | CF | 17 | 29 |
| Octal | 121 | 154 | 202 | 46 | 21 | 0 | 61 | 317 | 27 | 51 |
| Binary | 1010001 | 1101100 | 10000010 | 100110 | 10001 | 0 | 110001 | 11001111 | 10111 | 101001 |
Color Harmonies of #516C82
Complementary color
Monochromatic Colors of #516C82
Black with #516C82
Text Example
Text Example
White with #516C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C82; }
p { color: rgb(81,108,130); }
H1.HeaderClassName
{
color: #516C82;
}
.AnyTagClassName
{
color: #516C82;
}
</style>
background-color css
<style>
a { background-color: #516C82; }
a { background-color: rgb(81,108,130); }
div.DivClassName
{
background-color: #516C82;
}
.BgClassName
{
background-color: #516C82;
}
</style>
border-color css
<style>
span { border-color: #516C82; }
span { border-color: rgb(81,108,130); }
td.TdClassName
{
border-color: #516C82;
}
.TagClassName
{
border-color: #516C82;
}
</style>