Shades of Wedgewood #516B83
Tints of Wedgewood #516B83
RGB
CMYK
RGB Variations
Color information
#516B83 (or 0x516B83) is known color: Wedgewood. HEX triplet: 51, 6B and 83. RGB value is (81,107,131). Sum of RGB (Red+Green+Blue) = 81+107+131=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #516B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B83 is #AE947C. Grayscale: #656565. Windows color (decimal): -11441277 or 8612689. OLE color: 8612689.
HSL color Cylindrical-coordinate representation of color #516B83: hue angle of 208.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516B83 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 107 | 131 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.49 |
| HSL | 208.8º | 0.24% | 0.42% | - |
| HSV(B) | 208.8º | 0.38% | 0.51% | - |
| XYZ | 12.75 | 13.9 | 23.48 | - |
| YUV | 101.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 131 | 0.38 | 0.18 | 0 | 0.49 | 208.8 | 0.24 | 0.42 |
| Hex | 51 | 6B | 83 | 26 | 12 | 0 | 31 | D1 | 18 | 2A |
| Octal | 121 | 153 | 203 | 46 | 22 | 0 | 61 | 321 | 30 | 52 |
| Binary | 1010001 | 1101011 | 10000011 | 100110 | 10010 | 0 | 110001 | 11010001 | 11000 | 101010 |
Color Harmonies of #516B83
Complementary color
Monochromatic Colors of #516B83
Black with #516B83
Text Example
Text Example
White with #516B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B83; }
p { color: rgb(81,107,131); }
H1.HeaderClassName
{
color: #516B83;
}
.AnyTagClassName
{
color: #516B83;
}
</style>
background-color css
<style>
a { background-color: #516B83; }
a { background-color: rgb(81,107,131); }
div.DivClassName
{
background-color: #516B83;
}
.BgClassName
{
background-color: #516B83;
}
</style>
border-color css
<style>
span { border-color: #516B83; }
span { border-color: rgb(81,107,131); }
td.TdClassName
{
border-color: #516B83;
}
.TagClassName
{
border-color: #516B83;
}
</style>