Shades of Wedgewood #51657A
Tints of Wedgewood #51657A
RGB
CMYK
RGB Variations
Color information
#51657A (or 0x51657A) is known color: Wedgewood. HEX triplet: 51, 65 and 7A. RGB value is (81,101,122). Sum of RGB (Red+Green+Blue) = 81+101+122=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #51657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51657A is #AE9A85. Grayscale: #616161. Windows color (decimal): -11442822 or 8021329. OLE color: 8021329.
HSL color Cylindrical-coordinate representation of color #51657A: hue angle of 210.73º degrees, saturation: 0.2, 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 #51657A is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 101 | 122 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.52 |
| HSL | 210.73º | 0.2% | 0.4% | - |
| HSV(B) | 210.73º | 0.34% | 0.48% | - |
| XYZ | 11.56 | 12.46 | 20.21 | - |
| YUV | 97.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 122 | 0.34 | 0.17 | 0 | 0.52 | 210.73 | 0.2 | 0.4 |
| Hex | 51 | 65 | 7A | 22 | 11 | 0 | 34 | D3 | 14 | 28 |
| Octal | 121 | 145 | 172 | 42 | 21 | 0 | 64 | 323 | 24 | 50 |
| Binary | 1010001 | 1100101 | 1111010 | 100010 | 10001 | 0 | 110100 | 11010011 | 10100 | 101000 |
Color Harmonies of #51657A
Complementary color
Monochromatic Colors of #51657A
Black with #51657A
Text Example
Text Example
White with #51657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51657A; }
p { color: rgb(81,101,122); }
H1.HeaderClassName
{
color: #51657A;
}
.AnyTagClassName
{
color: #51657A;
}
</style>
background-color css
<style>
a { background-color: #51657A; }
a { background-color: rgb(81,101,122); }
div.DivClassName
{
background-color: #51657A;
}
.BgClassName
{
background-color: #51657A;
}
</style>
border-color css
<style>
span { border-color: #51657A; }
span { border-color: rgb(81,101,122); }
td.TdClassName
{
border-color: #51657A;
}
.TagClassName
{
border-color: #51657A;
}
</style>