Shades of Wedgewood #51677E
Tints of Wedgewood #51677E
RGB
CMYK
RGB Variations
Color information
#51677E (or 0x51677E) is known color: Wedgewood. HEX triplet: 51, 67 and 7E. RGB value is (81,103,126). Sum of RGB (Red+Green+Blue) = 81+103+126=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #51677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51677E is #AE9881. Grayscale: #626262. Windows color (decimal): -11442306 or 8283985. OLE color: 8283985.
HSL color Cylindrical-coordinate representation of color #51677E: hue angle of 210.67º 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 #51677E is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 103 | 126 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.51 |
| HSL | 210.67º | 0.22% | 0.41% | - |
| HSV(B) | 210.67º | 0.36% | 0.49% | - |
| XYZ | 12.01 | 12.96 | 21.61 | - |
| YUV | 99.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 126 | 0.36 | 0.18 | 0 | 0.51 | 210.67 | 0.22 | 0.41 |
| Hex | 51 | 67 | 7E | 24 | 12 | 0 | 33 | D3 | 16 | 29 |
| Octal | 121 | 147 | 176 | 44 | 22 | 0 | 63 | 323 | 26 | 51 |
| Binary | 1010001 | 1100111 | 1111110 | 100100 | 10010 | 0 | 110011 | 11010011 | 10110 | 101001 |
Color Harmonies of #51677E
Complementary color
Monochromatic Colors of #51677E
Black with #51677E
Text Example
Text Example
White with #51677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51677E; }
p { color: rgb(81,103,126); }
H1.HeaderClassName
{
color: #51677E;
}
.AnyTagClassName
{
color: #51677E;
}
</style>
background-color css
<style>
a { background-color: #51677E; }
a { background-color: rgb(81,103,126); }
div.DivClassName
{
background-color: #51677E;
}
.BgClassName
{
background-color: #51677E;
}
</style>
border-color css
<style>
span { border-color: #51677E; }
span { border-color: rgb(81,103,126); }
td.TdClassName
{
border-color: #51677E;
}
.TagClassName
{
border-color: #51677E;
}
</style>