Shades of Wedgewood #516C80
Tints of Wedgewood #516C80
RGB
CMYK
RGB Variations
Color information
#516C80 (or 0x516C80) is known color: Wedgewood. HEX triplet: 51, 6C and 80. RGB value is (81,108,128). Sum of RGB (Red+Green+Blue) = 81+108+128=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #516C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C80 is #AE937F. Grayscale: #666666. Windows color (decimal): -11441024 or 8416337. OLE color: 8416337.
HSL color Cylindrical-coordinate representation of color #516C80: hue angle of 205.53º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516C80 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 108 | 128 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.50 |
| HSL | 205.53º | 0.22% | 0.41% | - |
| HSV(B) | 205.53º | 0.37% | 0.5% | - |
| XYZ | 12.65 | 14.03 | 22.46 | - |
| YUV | 102.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 128 | 0.37 | 0.16 | 0 | 0.50 | 205.53 | 0.22 | 0.41 |
| Hex | 51 | 6C | 80 | 25 | 10 | 0 | 32 | CE | 16 | 29 |
| Octal | 121 | 154 | 200 | 45 | 20 | 0 | 62 | 316 | 26 | 51 |
| Binary | 1010001 | 1101100 | 10000000 | 100101 | 10000 | 0 | 110010 | 11001110 | 10110 | 101001 |
Color Harmonies of #516C80
Complementary color
Monochromatic Colors of #516C80
Black with #516C80
Text Example
Text Example
White with #516C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C80; }
p { color: rgb(81,108,128); }
H1.HeaderClassName
{
color: #516C80;
}
.AnyTagClassName
{
color: #516C80;
}
</style>
background-color css
<style>
a { background-color: #516C80; }
a { background-color: rgb(81,108,128); }
div.DivClassName
{
background-color: #516C80;
}
.BgClassName
{
background-color: #516C80;
}
</style>
border-color css
<style>
span { border-color: #516C80; }
span { border-color: rgb(81,108,128); }
td.TdClassName
{
border-color: #516C80;
}
.TagClassName
{
border-color: #516C80;
}
</style>