Shades of Wedgewood #51738E
Tints of Wedgewood #51738E
RGB
CMYK
RGB Variations
Color information
#51738E (or 0x51738E) is known color: Wedgewood. HEX triplet: 51, 73 and 8E. RGB value is (81,115,142). Sum of RGB (Red+Green+Blue) = 81+115+142=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #51738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51738E is #AE8C71. Grayscale: #6B6B6B. Windows color (decimal): -11439218 or 9335633. OLE color: 9335633.
HSL color Cylindrical-coordinate representation of color #51738E: hue angle of 206.56º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51738E is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 115 | 142 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.44 |
| HSL | 206.56º | 0.27% | 0.44% | - |
| HSV(B) | 206.56º | 0.43% | 0.56% | - |
| XYZ | 14.41 | 15.96 | 27.91 | - |
| YUV | 107.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 142 | 0.43 | 0.19 | 0 | 0.44 | 206.56 | 0.27 | 0.44 |
| Hex | 51 | 73 | 8E | 2B | 13 | 0 | 2C | CF | 1B | 2C |
| Octal | 121 | 163 | 216 | 53 | 23 | 0 | 54 | 317 | 33 | 54 |
| Binary | 1010001 | 1110011 | 10001110 | 101011 | 10011 | 0 | 101100 | 11001111 | 11011 | 101100 |
Color Harmonies of #51738E
Complementary color
Monochromatic Colors of #51738E
Black with #51738E
Text Example
Text Example
White with #51738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51738E; }
p { color: rgb(81,115,142); }
H1.HeaderClassName
{
color: #51738E;
}
.AnyTagClassName
{
color: #51738E;
}
</style>
background-color css
<style>
a { background-color: #51738E; }
a { background-color: rgb(81,115,142); }
div.DivClassName
{
background-color: #51738E;
}
.BgClassName
{
background-color: #51738E;
}
</style>
border-color css
<style>
span { border-color: #51738E; }
span { border-color: rgb(81,115,142); }
td.TdClassName
{
border-color: #51738E;
}
.TagClassName
{
border-color: #51738E;
}
</style>