Shades of Wedgewood #516F8B
Tints of Wedgewood #516F8B
RGB
CMYK
RGB Variations
Color information
#516F8B (or 0x516F8B) is known color: Wedgewood. HEX triplet: 51, 6F and 8B. RGB value is (81,111,139). Sum of RGB (Red+Green+Blue) = 81+111+139=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #516F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F8B is #AE9074. Grayscale: #696969. Windows color (decimal): -11440245 or 9138001. OLE color: 9138001.
HSL color Cylindrical-coordinate representation of color #516F8B: hue angle of 208.97º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #516F8B is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 111 | 139 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.45 |
| HSL | 208.97º | 0.26% | 0.43% | - |
| HSV(B) | 208.97º | 0.42% | 0.55% | - |
| XYZ | 13.74 | 14.98 | 26.59 | - |
| YUV | 105.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 139 | 0.42 | 0.20 | 0 | 0.45 | 208.97 | 0.26 | 0.43 |
| Hex | 51 | 6F | 8B | 2A | 14 | 0 | 2D | D1 | 1A | 2B |
| Octal | 121 | 157 | 213 | 52 | 24 | 0 | 55 | 321 | 32 | 53 |
| Binary | 1010001 | 1101111 | 10001011 | 101010 | 10100 | 0 | 101101 | 11010001 | 11010 | 101011 |
Color Harmonies of #516F8B
Complementary color
Monochromatic Colors of #516F8B
Black with #516F8B
Text Example
Text Example
White with #516F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F8B; }
p { color: rgb(81,111,139); }
H1.HeaderClassName
{
color: #516F8B;
}
.AnyTagClassName
{
color: #516F8B;
}
</style>
background-color css
<style>
a { background-color: #516F8B; }
a { background-color: rgb(81,111,139); }
div.DivClassName
{
background-color: #516F8B;
}
.BgClassName
{
background-color: #516F8B;
}
</style>
border-color css
<style>
span { border-color: #516F8B; }
span { border-color: rgb(81,111,139); }
td.TdClassName
{
border-color: #516F8B;
}
.TagClassName
{
border-color: #516F8B;
}
</style>