Shades of Wedgewood #516B7E
Tints of Wedgewood #516B7E
RGB
CMYK
RGB Variations
Color information
#516B7E (or 0x516B7E) is known color: Wedgewood. HEX triplet: 51, 6B and 7E. RGB value is (81,107,126). Sum of RGB (Red+Green+Blue) = 81+107+126=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #516B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B7E is #AE9481. Grayscale: #656565. Windows color (decimal): -11441282 or 8285009. OLE color: 8285009.
HSL color Cylindrical-coordinate representation of color #516B7E: hue angle of 205.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #516B7E is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 107 | 126 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.51 |
| HSL | 205.33º | 0.22% | 0.41% | - |
| HSV(B) | 205.33º | 0.36% | 0.49% | - |
| XYZ | 12.42 | 13.77 | 21.74 | - |
| YUV | 101.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 126 | 0.36 | 0.15 | 0 | 0.51 | 205.33 | 0.22 | 0.41 |
| Hex | 51 | 6B | 7E | 24 | F | 0 | 33 | CD | 16 | 29 |
| Octal | 121 | 153 | 176 | 44 | 17 | 0 | 63 | 315 | 26 | 51 |
| Binary | 1010001 | 1101011 | 1111110 | 100100 | 1111 | 0 | 110011 | 11001101 | 10110 | 101001 |
Color Harmonies of #516B7E
Complementary color
Monochromatic Colors of #516B7E
Black with #516B7E
Text Example
Text Example
White with #516B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B7E; }
p { color: rgb(81,107,126); }
H1.HeaderClassName
{
color: #516B7E;
}
.AnyTagClassName
{
color: #516B7E;
}
</style>
background-color css
<style>
a { background-color: #516B7E; }
a { background-color: rgb(81,107,126); }
div.DivClassName
{
background-color: #516B7E;
}
.BgClassName
{
background-color: #516B7E;
}
</style>
border-color css
<style>
span { border-color: #516B7E; }
span { border-color: rgb(81,107,126); }
td.TdClassName
{
border-color: #516B7E;
}
.TagClassName
{
border-color: #516B7E;
}
</style>