Shades of Wedgewood #516C81
Tints of Wedgewood #516C81
RGB
CMYK
RGB Variations
Color information
#516C81 (or 0x516C81) is known color: Wedgewood. HEX triplet: 51, 6C and 81. RGB value is (81,108,129). Sum of RGB (Red+Green+Blue) = 81+108+129=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #516C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C81 is #AE937E. Grayscale: #666666. Windows color (decimal): -11441023 or 8481873. OLE color: 8481873.
HSL color Cylindrical-coordinate representation of color #516C81: hue angle of 206.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516C81 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 108 | 129 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.49 |
| HSL | 206.25º | 0.23% | 0.41% | - |
| HSV(B) | 206.25º | 0.37% | 0.51% | - |
| XYZ | 12.72 | 14.06 | 22.81 | - |
| YUV | 102.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 129 | 0.37 | 0.16 | 0 | 0.49 | 206.25 | 0.23 | 0.41 |
| Hex | 51 | 6C | 81 | 25 | 10 | 0 | 31 | CE | 17 | 29 |
| Octal | 121 | 154 | 201 | 45 | 20 | 0 | 61 | 316 | 27 | 51 |
| Binary | 1010001 | 1101100 | 10000001 | 100101 | 10000 | 0 | 110001 | 11001110 | 10111 | 101001 |
Color Harmonies of #516C81
Complementary color
Monochromatic Colors of #516C81
Black with #516C81
Text Example
Text Example
White with #516C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C81; }
p { color: rgb(81,108,129); }
H1.HeaderClassName
{
color: #516C81;
}
.AnyTagClassName
{
color: #516C81;
}
</style>
background-color css
<style>
a { background-color: #516C81; }
a { background-color: rgb(81,108,129); }
div.DivClassName
{
background-color: #516C81;
}
.BgClassName
{
background-color: #516C81;
}
</style>
border-color css
<style>
span { border-color: #516C81; }
span { border-color: rgb(81,108,129); }
td.TdClassName
{
border-color: #516C81;
}
.TagClassName
{
border-color: #516C81;
}
</style>