Shades of Wedgewood #51768D
Tints of Wedgewood #51768D
RGB
CMYK
RGB Variations
Color information
#51768D (or 0x51768D) is known color: Wedgewood. HEX triplet: 51, 76 and 8D. RGB value is (81,118,141). Sum of RGB (Red+Green+Blue) = 81+118+141=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #51768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51768D is #AE8972. Grayscale: #6D6D6D. Windows color (decimal): -11438451 or 9270865. OLE color: 9270865.
HSL color Cylindrical-coordinate representation of color #51768D: hue angle of 203º 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 #51768D is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 118 | 141 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.45 |
| HSL | 203º | 0.27% | 0.44% | - |
| HSV(B) | 203º | 0.43% | 0.55% | - |
| XYZ | 14.68 | 16.63 | 27.64 | - |
| YUV | 109.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 141 | 0.43 | 0.16 | 0 | 0.45 | 203 | 0.27 | 0.44 |
| Hex | 51 | 76 | 8D | 2B | 10 | 0 | 2D | CB | 1B | 2C |
| Octal | 121 | 166 | 215 | 53 | 20 | 0 | 55 | 313 | 33 | 54 |
| Binary | 1010001 | 1110110 | 10001101 | 101011 | 10000 | 0 | 101101 | 11001011 | 11011 | 101100 |
Color Harmonies of #51768D
Complementary color
Monochromatic Colors of #51768D
Black with #51768D
Text Example
Text Example
White with #51768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51768D; }
p { color: rgb(81,118,141); }
H1.HeaderClassName
{
color: #51768D;
}
.AnyTagClassName
{
color: #51768D;
}
</style>
background-color css
<style>
a { background-color: #51768D; }
a { background-color: rgb(81,118,141); }
div.DivClassName
{
background-color: #51768D;
}
.BgClassName
{
background-color: #51768D;
}
</style>
border-color css
<style>
span { border-color: #51768D; }
span { border-color: rgb(81,118,141); }
td.TdClassName
{
border-color: #51768D;
}
.TagClassName
{
border-color: #51768D;
}
</style>