Shades of Wedgewood #516D8A
Tints of Wedgewood #516D8A
RGB
CMYK
RGB Variations
Color information
#516D8A (or 0x516D8A) is known color: Wedgewood. HEX triplet: 51, 6D and 8A. RGB value is (81,109,138). Sum of RGB (Red+Green+Blue) = 81+109+138=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #516D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D8A is #AE9275. Grayscale: #676767. Windows color (decimal): -11440758 or 9071953. OLE color: 9071953.
HSL color Cylindrical-coordinate representation of color #516D8A: hue angle of 210.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516D8A is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 109 | 138 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.46 |
| HSL | 210.53º | 0.26% | 0.43% | - |
| HSV(B) | 210.53º | 0.41% | 0.54% | - |
| XYZ | 13.45 | 14.52 | 26.14 | - |
| YUV | 103.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 138 | 0.41 | 0.21 | 0 | 0.46 | 210.53 | 0.26 | 0.43 |
| Hex | 51 | 6D | 8A | 29 | 15 | 0 | 2E | D3 | 1A | 2B |
| Octal | 121 | 155 | 212 | 51 | 25 | 0 | 56 | 323 | 32 | 53 |
| Binary | 1010001 | 1101101 | 10001010 | 101001 | 10101 | 0 | 101110 | 11010011 | 11010 | 101011 |
Color Harmonies of #516D8A
Complementary color
Monochromatic Colors of #516D8A
Black with #516D8A
Text Example
Text Example
White with #516D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D8A; }
p { color: rgb(81,109,138); }
H1.HeaderClassName
{
color: #516D8A;
}
.AnyTagClassName
{
color: #516D8A;
}
</style>
background-color css
<style>
a { background-color: #516D8A; }
a { background-color: rgb(81,109,138); }
div.DivClassName
{
background-color: #516D8A;
}
.BgClassName
{
background-color: #516D8A;
}
</style>
border-color css
<style>
span { border-color: #516D8A; }
span { border-color: rgb(81,109,138); }
td.TdClassName
{
border-color: #516D8A;
}
.TagClassName
{
border-color: #516D8A;
}
</style>