Shades of Wedgewood #516D85
Tints of Wedgewood #516D85
RGB
CMYK
RGB Variations
Color information
#516D85 (or 0x516D85) is known color: Wedgewood. HEX triplet: 51, 6D and 85. RGB value is (81,109,133). Sum of RGB (Red+Green+Blue) = 81+109+133=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #516D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D85 is #AE927A. Grayscale: #676767. Windows color (decimal): -11440763 or 8744273. OLE color: 8744273.
HSL color Cylindrical-coordinate representation of color #516D85: hue angle of 207.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516D85 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 109 | 133 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.48 |
| HSL | 207.69º | 0.24% | 0.42% | - |
| HSV(B) | 207.69º | 0.39% | 0.52% | - |
| XYZ | 13.1 | 14.38 | 24.28 | - |
| YUV | 103.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 133 | 0.39 | 0.18 | 0 | 0.48 | 207.69 | 0.24 | 0.42 |
| Hex | 51 | 6D | 85 | 27 | 12 | 0 | 30 | D0 | 18 | 2A |
| Octal | 121 | 155 | 205 | 47 | 22 | 0 | 60 | 320 | 30 | 52 |
| Binary | 1010001 | 1101101 | 10000101 | 100111 | 10010 | 0 | 110000 | 11010000 | 11000 | 101010 |
Color Harmonies of #516D85
Complementary color
Monochromatic Colors of #516D85
Black with #516D85
Text Example
Text Example
White with #516D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D85; }
p { color: rgb(81,109,133); }
H1.HeaderClassName
{
color: #516D85;
}
.AnyTagClassName
{
color: #516D85;
}
</style>
background-color css
<style>
a { background-color: #516D85; }
a { background-color: rgb(81,109,133); }
div.DivClassName
{
background-color: #516D85;
}
.BgClassName
{
background-color: #516D85;
}
</style>
border-color css
<style>
span { border-color: #516D85; }
span { border-color: rgb(81,109,133); }
td.TdClassName
{
border-color: #516D85;
}
.TagClassName
{
border-color: #516D85;
}
</style>