Shades of Wedgewood #516A83
Tints of Wedgewood #516A83
RGB
CMYK
RGB Variations
Color information
#516A83 (or 0x516A83) is known color: Wedgewood. HEX triplet: 51, 6A and 83. RGB value is (81,106,131). Sum of RGB (Red+Green+Blue) = 81+106+131=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #516A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A83 is #AE957C. Grayscale: #656565. Windows color (decimal): -11441533 or 8612433. OLE color: 8612433.
HSL color Cylindrical-coordinate representation of color #516A83: hue angle of 210º 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 #516A83 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 106 | 131 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.49 |
| HSL | 210º | 0.24% | 0.42% | - |
| HSV(B) | 210º | 0.38% | 0.51% | - |
| XYZ | 12.64 | 13.7 | 23.45 | - |
| YUV | 101.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 131 | 0.38 | 0.19 | 0 | 0.49 | 210 | 0.24 | 0.42 |
| Hex | 51 | 6A | 83 | 26 | 13 | 0 | 31 | D2 | 18 | 2A |
| Octal | 121 | 152 | 203 | 46 | 23 | 0 | 61 | 322 | 30 | 52 |
| Binary | 1010001 | 1101010 | 10000011 | 100110 | 10011 | 0 | 110001 | 11010010 | 11000 | 101010 |
Color Harmonies of #516A83
Complementary color
Monochromatic Colors of #516A83
Black with #516A83
Text Example
Text Example
White with #516A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A83; }
p { color: rgb(81,106,131); }
H1.HeaderClassName
{
color: #516A83;
}
.AnyTagClassName
{
color: #516A83;
}
</style>
background-color css
<style>
a { background-color: #516A83; }
a { background-color: rgb(81,106,131); }
div.DivClassName
{
background-color: #516A83;
}
.BgClassName
{
background-color: #516A83;
}
</style>
border-color css
<style>
span { border-color: #516A83; }
span { border-color: rgb(81,106,131); }
td.TdClassName
{
border-color: #516A83;
}
.TagClassName
{
border-color: #516A83;
}
</style>