Shades of Wedgewood #51748B
Tints of Wedgewood #51748B
RGB
CMYK
RGB Variations
Color information
#51748B (or 0x51748B) is known color: Wedgewood. HEX triplet: 51, 74 and 8B. RGB value is (81,116,139). Sum of RGB (Red+Green+Blue) = 81+116+139=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #51748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51748B is #AE8B74. Grayscale: #6C6C6C. Windows color (decimal): -11438965 or 9139281. OLE color: 9139281.
HSL color Cylindrical-coordinate representation of color #51748B: hue angle of 203.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51748B is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 116 | 139 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.45 |
| HSL | 203.79º | 0.26% | 0.43% | - |
| HSV(B) | 203.79º | 0.42% | 0.55% | - |
| XYZ | 14.3 | 16.1 | 26.78 | - |
| YUV | 108.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 139 | 0.42 | 0.17 | 0 | 0.45 | 203.79 | 0.26 | 0.43 |
| Hex | 51 | 74 | 8B | 2A | 11 | 0 | 2D | CC | 1A | 2B |
| Octal | 121 | 164 | 213 | 52 | 21 | 0 | 55 | 314 | 32 | 53 |
| Binary | 1010001 | 1110100 | 10001011 | 101010 | 10001 | 0 | 101101 | 11001100 | 11010 | 101011 |
Color Harmonies of #51748B
Complementary color
Monochromatic Colors of #51748B
Black with #51748B
Text Example
Text Example
White with #51748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51748B; }
p { color: rgb(81,116,139); }
H1.HeaderClassName
{
color: #51748B;
}
.AnyTagClassName
{
color: #51748B;
}
</style>
background-color css
<style>
a { background-color: #51748B; }
a { background-color: rgb(81,116,139); }
div.DivClassName
{
background-color: #51748B;
}
.BgClassName
{
background-color: #51748B;
}
</style>
border-color css
<style>
span { border-color: #51748B; }
span { border-color: rgb(81,116,139); }
td.TdClassName
{
border-color: #51748B;
}
.TagClassName
{
border-color: #51748B;
}
</style>