Shades of Wedgewood #516F84
Tints of Wedgewood #516F84
RGB
CMYK
RGB Variations
Color information
#516F84 (or 0x516F84) is known color: Wedgewood. HEX triplet: 51, 6F and 84. RGB value is (81,111,132). Sum of RGB (Red+Green+Blue) = 81+111+132=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #516F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F84 is #AE907B. Grayscale: #686868. Windows color (decimal): -11440252 or 8679249. OLE color: 8679249.
HSL color Cylindrical-coordinate representation of color #516F84: hue angle of 204.71º 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 #516F84 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 111 | 132 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.48 |
| HSL | 204.71º | 0.24% | 0.42% | - |
| HSV(B) | 204.71º | 0.39% | 0.52% | - |
| XYZ | 13.24 | 14.78 | 23.99 | - |
| YUV | 104.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 132 | 0.39 | 0.16 | 0 | 0.48 | 204.71 | 0.24 | 0.42 |
| Hex | 51 | 6F | 84 | 27 | 10 | 0 | 30 | CD | 18 | 2A |
| Octal | 121 | 157 | 204 | 47 | 20 | 0 | 60 | 315 | 30 | 52 |
| Binary | 1010001 | 1101111 | 10000100 | 100111 | 10000 | 0 | 110000 | 11001101 | 11000 | 101010 |
Color Harmonies of #516F84
Complementary color
Monochromatic Colors of #516F84
Black with #516F84
Text Example
Text Example
White with #516F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F84; }
p { color: rgb(81,111,132); }
H1.HeaderClassName
{
color: #516F84;
}
.AnyTagClassName
{
color: #516F84;
}
</style>
background-color css
<style>
a { background-color: #516F84; }
a { background-color: rgb(81,111,132); }
div.DivClassName
{
background-color: #516F84;
}
.BgClassName
{
background-color: #516F84;
}
</style>
border-color css
<style>
span { border-color: #516F84; }
span { border-color: rgb(81,111,132); }
td.TdClassName
{
border-color: #516F84;
}
.TagClassName
{
border-color: #516F84;
}
</style>