Shades of Wedgewood #516D7F
Tints of Wedgewood #516D7F
RGB
CMYK
RGB Variations
Color information
#516D7F (or 0x516D7F) is known color: Wedgewood. HEX triplet: 51, 6D and 7F. RGB value is (81,109,127). Sum of RGB (Red+Green+Blue) = 81+109+127=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #516D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D7F is #AE9280. Grayscale: #666666. Windows color (decimal): -11440769 or 8351057. OLE color: 8351057.
HSL color Cylindrical-coordinate representation of color #516D7F: hue angle of 203.48º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #516D7F is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 109 | 127 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.50 |
| HSL | 203.48º | 0.22% | 0.41% | - |
| HSV(B) | 203.48º | 0.36% | 0.5% | - |
| XYZ | 12.69 | 14.22 | 22.15 | - |
| YUV | 102.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 127 | 0.36 | 0.14 | 0 | 0.50 | 203.48 | 0.22 | 0.41 |
| Hex | 51 | 6D | 7F | 24 | E | 0 | 32 | CB | 16 | 29 |
| Octal | 121 | 155 | 177 | 44 | 16 | 0 | 62 | 313 | 26 | 51 |
| Binary | 1010001 | 1101101 | 1111111 | 100100 | 1110 | 0 | 110010 | 11001011 | 10110 | 101001 |
Color Harmonies of #516D7F
Complementary color
Monochromatic Colors of #516D7F
Black with #516D7F
Text Example
Text Example
White with #516D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D7F; }
p { color: rgb(81,109,127); }
H1.HeaderClassName
{
color: #516D7F;
}
.AnyTagClassName
{
color: #516D7F;
}
</style>
background-color css
<style>
a { background-color: #516D7F; }
a { background-color: rgb(81,109,127); }
div.DivClassName
{
background-color: #516D7F;
}
.BgClassName
{
background-color: #516D7F;
}
</style>
border-color css
<style>
span { border-color: #516D7F; }
span { border-color: rgb(81,109,127); }
td.TdClassName
{
border-color: #516D7F;
}
.TagClassName
{
border-color: #516D7F;
}
</style>