Shades of Wedgewood #51647C
Tints of Wedgewood #51647C
RGB
CMYK
RGB Variations
Color information
#51647C (or 0x51647C) is known color: Wedgewood. HEX triplet: 51, 64 and 7C. RGB value is (81,100,124). Sum of RGB (Red+Green+Blue) = 81+100+124=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #51647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51647C is #AE9B83. Grayscale: #606060. Windows color (decimal): -11443076 or 8152145. OLE color: 8152145.
HSL color Cylindrical-coordinate representation of color #51647C: hue angle of 213.49º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51647C is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 100 | 124 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.51 |
| HSL | 213.49º | 0.21% | 0.4% | - |
| HSV(B) | 213.49º | 0.35% | 0.49% | - |
| XYZ | 11.59 | 12.32 | 20.84 | - |
| YUV | 97.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 124 | 0.35 | 0.19 | 0 | 0.51 | 213.49 | 0.21 | 0.4 |
| Hex | 51 | 64 | 7C | 23 | 13 | 0 | 33 | D5 | 15 | 28 |
| Octal | 121 | 144 | 174 | 43 | 23 | 0 | 63 | 325 | 25 | 50 |
| Binary | 1010001 | 1100100 | 1111100 | 100011 | 10011 | 0 | 110011 | 11010101 | 10101 | 101000 |
Color Harmonies of #51647C
Complementary color
Monochromatic Colors of #51647C
Black with #51647C
Text Example
Text Example
White with #51647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51647C; }
p { color: rgb(81,100,124); }
H1.HeaderClassName
{
color: #51647C;
}
.AnyTagClassName
{
color: #51647C;
}
</style>
background-color css
<style>
a { background-color: #51647C; }
a { background-color: rgb(81,100,124); }
div.DivClassName
{
background-color: #51647C;
}
.BgClassName
{
background-color: #51647C;
}
</style>
border-color css
<style>
span { border-color: #51647C; }
span { border-color: rgb(81,100,124); }
td.TdClassName
{
border-color: #51647C;
}
.TagClassName
{
border-color: #51647C;
}
</style>