Shades of Wedgewood #51718D
Tints of Wedgewood #51718D
RGB
CMYK
RGB Variations
Color information
#51718D (or 0x51718D) is known color: Wedgewood. HEX triplet: 51, 71 and 8D. RGB value is (81,113,141). Sum of RGB (Red+Green+Blue) = 81+113+141=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #51718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51718D is #AE8E72. Grayscale: #6A6A6A. Windows color (decimal): -11439731 or 9269585. OLE color: 9269585.
HSL color Cylindrical-coordinate representation of color #51718D: hue angle of 208º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51718D is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 113 | 141 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.45 |
| HSL | 208º | 0.27% | 0.44% | - |
| HSV(B) | 208º | 0.43% | 0.55% | - |
| XYZ | 14.11 | 15.48 | 27.44 | - |
| YUV | 106.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 141 | 0.43 | 0.20 | 0 | 0.45 | 208 | 0.27 | 0.44 |
| Hex | 51 | 71 | 8D | 2B | 14 | 0 | 2D | D0 | 1B | 2C |
| Octal | 121 | 161 | 215 | 53 | 24 | 0 | 55 | 320 | 33 | 54 |
| Binary | 1010001 | 1110001 | 10001101 | 101011 | 10100 | 0 | 101101 | 11010000 | 11011 | 101100 |
Color Harmonies of #51718D
Complementary color
Monochromatic Colors of #51718D
Black with #51718D
Text Example
Text Example
White with #51718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51718D; }
p { color: rgb(81,113,141); }
H1.HeaderClassName
{
color: #51718D;
}
.AnyTagClassName
{
color: #51718D;
}
</style>
background-color css
<style>
a { background-color: #51718D; }
a { background-color: rgb(81,113,141); }
div.DivClassName
{
background-color: #51718D;
}
.BgClassName
{
background-color: #51718D;
}
</style>
border-color css
<style>
span { border-color: #51718D; }
span { border-color: rgb(81,113,141); }
td.TdClassName
{
border-color: #51718D;
}
.TagClassName
{
border-color: #51718D;
}
</style>