Shades of Wedgewood #51667B
Tints of Wedgewood #51667B
RGB
CMYK
RGB Variations
Color information
#51667B (or 0x51667B) is known color: Wedgewood. HEX triplet: 51, 66 and 7B. RGB value is (81,102,123). Sum of RGB (Red+Green+Blue) = 81+102+123=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #51667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51667B is #AE9984. Grayscale: #626262. Windows color (decimal): -11442565 or 8087121. OLE color: 8087121.
HSL color Cylindrical-coordinate representation of color #51667B: hue angle of 210º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51667B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 102 | 123 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.52 |
| HSL | 210º | 0.21% | 0.4% | - |
| HSV(B) | 210º | 0.34% | 0.48% | - |
| XYZ | 11.72 | 12.68 | 20.57 | - |
| YUV | 98.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 123 | 0.34 | 0.17 | 0 | 0.52 | 210 | 0.21 | 0.4 |
| Hex | 51 | 66 | 7B | 22 | 11 | 0 | 34 | D2 | 15 | 28 |
| Octal | 121 | 146 | 173 | 42 | 21 | 0 | 64 | 322 | 25 | 50 |
| Binary | 1010001 | 1100110 | 1111011 | 100010 | 10001 | 0 | 110100 | 11010010 | 10101 | 101000 |
Color Harmonies of #51667B
Complementary color
Monochromatic Colors of #51667B
Black with #51667B
Text Example
Text Example
White with #51667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51667B; }
p { color: rgb(81,102,123); }
H1.HeaderClassName
{
color: #51667B;
}
.AnyTagClassName
{
color: #51667B;
}
</style>
background-color css
<style>
a { background-color: #51667B; }
a { background-color: rgb(81,102,123); }
div.DivClassName
{
background-color: #51667B;
}
.BgClassName
{
background-color: #51667B;
}
</style>
border-color css
<style>
span { border-color: #51667B; }
span { border-color: rgb(81,102,123); }
td.TdClassName
{
border-color: #51667B;
}
.TagClassName
{
border-color: #51667B;
}
</style>