Shades of Wedgewood #516A89
Tints of Wedgewood #516A89
RGB
CMYK
RGB Variations
Color information
#516A89 (or 0x516A89) is known color: Wedgewood. HEX triplet: 51, 6A and 89. RGB value is (81,106,137). Sum of RGB (Red+Green+Blue) = 81+106+137=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #516A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A89 is #AE9576. Grayscale: #656565. Windows color (decimal): -11441527 or 9005649. OLE color: 9005649.
HSL color Cylindrical-coordinate representation of color #516A89: hue angle of 213.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516A89 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 106 | 137 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.46 |
| HSL | 213.21º | 0.26% | 0.43% | - |
| HSV(B) | 213.21º | 0.41% | 0.54% | - |
| XYZ | 13.06 | 13.86 | 25.65 | - |
| YUV | 102.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 137 | 0.41 | 0.23 | 0 | 0.46 | 213.21 | 0.26 | 0.43 |
| Hex | 51 | 6A | 89 | 29 | 17 | 0 | 2E | D5 | 1A | 2B |
| Octal | 121 | 152 | 211 | 51 | 27 | 0 | 56 | 325 | 32 | 53 |
| Binary | 1010001 | 1101010 | 10001001 | 101001 | 10111 | 0 | 101110 | 11010101 | 11010 | 101011 |
Color Harmonies of #516A89
Complementary color
Monochromatic Colors of #516A89
Black with #516A89
Text Example
Text Example
White with #516A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A89; }
p { color: rgb(81,106,137); }
H1.HeaderClassName
{
color: #516A89;
}
.AnyTagClassName
{
color: #516A89;
}
</style>
background-color css
<style>
a { background-color: #516A89; }
a { background-color: rgb(81,106,137); }
div.DivClassName
{
background-color: #516A89;
}
.BgClassName
{
background-color: #516A89;
}
</style>
border-color css
<style>
span { border-color: #516A89; }
span { border-color: rgb(81,106,137); }
td.TdClassName
{
border-color: #516A89;
}
.TagClassName
{
border-color: #516A89;
}
</style>