Shades of Wedgewood #516B80
Tints of Wedgewood #516B80
RGB
CMYK
RGB Variations
Color information
#516B80 (or 0x516B80) is known color: Wedgewood. HEX triplet: 51, 6B and 80. RGB value is (81,107,128). Sum of RGB (Red+Green+Blue) = 81+107+128=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #516B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B80 is #AE947F. Grayscale: #656565. Windows color (decimal): -11441280 or 8416081. OLE color: 8416081.
HSL color Cylindrical-coordinate representation of color #516B80: hue angle of 206.81º 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 #516B80 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 107 | 128 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.50 |
| HSL | 206.81º | 0.22% | 0.41% | - |
| HSV(B) | 206.81º | 0.37% | 0.5% | - |
| XYZ | 12.55 | 13.82 | 22.43 | - |
| YUV | 101.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 128 | 0.37 | 0.16 | 0 | 0.50 | 206.81 | 0.22 | 0.41 |
| Hex | 51 | 6B | 80 | 25 | 10 | 0 | 32 | CF | 16 | 29 |
| Octal | 121 | 153 | 200 | 45 | 20 | 0 | 62 | 317 | 26 | 51 |
| Binary | 1010001 | 1101011 | 10000000 | 100101 | 10000 | 0 | 110010 | 11001111 | 10110 | 101001 |
Color Harmonies of #516B80
Complementary color
Monochromatic Colors of #516B80
Black with #516B80
Text Example
Text Example
White with #516B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B80; }
p { color: rgb(81,107,128); }
H1.HeaderClassName
{
color: #516B80;
}
.AnyTagClassName
{
color: #516B80;
}
</style>
background-color css
<style>
a { background-color: #516B80; }
a { background-color: rgb(81,107,128); }
div.DivClassName
{
background-color: #516B80;
}
.BgClassName
{
background-color: #516B80;
}
</style>
border-color css
<style>
span { border-color: #516B80; }
span { border-color: rgb(81,107,128); }
td.TdClassName
{
border-color: #516B80;
}
.TagClassName
{
border-color: #516B80;
}
</style>