Shades of Wedgewood #51687F
Tints of Wedgewood #51687F
RGB
CMYK
RGB Variations
Color information
#51687F (or 0x51687F) is known color: Wedgewood. HEX triplet: 51, 68 and 7F. RGB value is (81,104,127). Sum of RGB (Red+Green+Blue) = 81+104+127=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #51687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51687F is #AE9780. Grayscale: #636363. Windows color (decimal): -11442049 or 8349777. OLE color: 8349777.
HSL color Cylindrical-coordinate representation of color #51687F: hue angle of 210º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51687F is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 104 | 127 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.50 |
| HSL | 210º | 0.22% | 0.41% | - |
| HSV(B) | 210º | 0.36% | 0.5% | - |
| XYZ | 12.17 | 13.18 | 21.98 | - |
| YUV | 99.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 127 | 0.36 | 0.18 | 0 | 0.50 | 210 | 0.22 | 0.41 |
| Hex | 51 | 68 | 7F | 24 | 12 | 0 | 32 | D2 | 16 | 29 |
| Octal | 121 | 150 | 177 | 44 | 22 | 0 | 62 | 322 | 26 | 51 |
| Binary | 1010001 | 1101000 | 1111111 | 100100 | 10010 | 0 | 110010 | 11010010 | 10110 | 101001 |
Color Harmonies of #51687F
Complementary color
Monochromatic Colors of #51687F
Black with #51687F
Text Example
Text Example
White with #51687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51687F; }
p { color: rgb(81,104,127); }
H1.HeaderClassName
{
color: #51687F;
}
.AnyTagClassName
{
color: #51687F;
}
</style>
background-color css
<style>
a { background-color: #51687F; }
a { background-color: rgb(81,104,127); }
div.DivClassName
{
background-color: #51687F;
}
.BgClassName
{
background-color: #51687F;
}
</style>
border-color css
<style>
span { border-color: #51687F; }
span { border-color: rgb(81,104,127); }
td.TdClassName
{
border-color: #51687F;
}
.TagClassName
{
border-color: #51687F;
}
</style>