Shades of Wedgewood #51687E
Tints of Wedgewood #51687E
RGB
CMYK
RGB Variations
Color information
#51687E (or 0x51687E) is known color: Wedgewood. HEX triplet: 51, 68 and 7E. RGB value is (81,104,126). Sum of RGB (Red+Green+Blue) = 81+104+126=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #51687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51687E is #AE9781. Grayscale: #636363. Windows color (decimal): -11442050 or 8284241. OLE color: 8284241.
HSL color Cylindrical-coordinate representation of color #51687E: hue angle of 209.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51687E is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 104 | 126 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.51 |
| HSL | 209.33º | 0.22% | 0.41% | - |
| HSV(B) | 209.33º | 0.36% | 0.49% | - |
| XYZ | 12.11 | 13.16 | 21.64 | - |
| YUV | 99.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 126 | 0.36 | 0.17 | 0 | 0.51 | 209.33 | 0.22 | 0.41 |
| Hex | 51 | 68 | 7E | 24 | 11 | 0 | 33 | D1 | 16 | 29 |
| Octal | 121 | 150 | 176 | 44 | 21 | 0 | 63 | 321 | 26 | 51 |
| Binary | 1010001 | 1101000 | 1111110 | 100100 | 10001 | 0 | 110011 | 11010001 | 10110 | 101001 |
Color Harmonies of #51687E
Complementary color
Monochromatic Colors of #51687E
Black with #51687E
Text Example
Text Example
White with #51687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51687E; }
p { color: rgb(81,104,126); }
H1.HeaderClassName
{
color: #51687E;
}
.AnyTagClassName
{
color: #51687E;
}
</style>
background-color css
<style>
a { background-color: #51687E; }
a { background-color: rgb(81,104,126); }
div.DivClassName
{
background-color: #51687E;
}
.BgClassName
{
background-color: #51687E;
}
</style>
border-color css
<style>
span { border-color: #51687E; }
span { border-color: rgb(81,104,126); }
td.TdClassName
{
border-color: #51687E;
}
.TagClassName
{
border-color: #51687E;
}
</style>