Shades of Wedgewood #516883
Tints of Wedgewood #516883
RGB
CMYK
RGB Variations
Color information
#516883 (or 0x516883) is known color: Wedgewood. HEX triplet: 51, 68 and 83. RGB value is (81,104,131). Sum of RGB (Red+Green+Blue) = 81+104+131=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #516883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516883 is #AE977C. Grayscale: #646464. Windows color (decimal): -11442045 or 8611921. OLE color: 8611921.
HSL color Cylindrical-coordinate representation of color #516883: hue angle of 212.4º 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 #516883 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 104 | 131 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.49 |
| HSL | 212.4º | 0.24% | 0.42% | - |
| HSV(B) | 212.4º | 0.38% | 0.51% | - |
| XYZ | 12.44 | 13.29 | 23.38 | - |
| YUV | 100.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 131 | 0.38 | 0.21 | 0 | 0.49 | 212.4 | 0.24 | 0.42 |
| Hex | 51 | 68 | 83 | 26 | 15 | 0 | 31 | D4 | 18 | 2A |
| Octal | 121 | 150 | 203 | 46 | 25 | 0 | 61 | 324 | 30 | 52 |
| Binary | 1010001 | 1101000 | 10000011 | 100110 | 10101 | 0 | 110001 | 11010100 | 11000 | 101010 |
Color Harmonies of #516883
Complementary color
Monochromatic Colors of #516883
Black with #516883
Text Example
Text Example
White with #516883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516883; }
p { color: rgb(81,104,131); }
H1.HeaderClassName
{
color: #516883;
}
.AnyTagClassName
{
color: #516883;
}
</style>
background-color css
<style>
a { background-color: #516883; }
a { background-color: rgb(81,104,131); }
div.DivClassName
{
background-color: #516883;
}
.BgClassName
{
background-color: #516883;
}
</style>
border-color css
<style>
span { border-color: #516883; }
span { border-color: rgb(81,104,131); }
td.TdClassName
{
border-color: #516883;
}
.TagClassName
{
border-color: #516883;
}
</style>