Shades of Wedgewood #51728B
Tints of Wedgewood #51728B
RGB
CMYK
RGB Variations
Color information
#51728B (or 0x51728B) is known color: Wedgewood. HEX triplet: 51, 72 and 8B. RGB value is (81,114,139). Sum of RGB (Red+Green+Blue) = 81+114+139=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #51728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51728B is #AE8D74. Grayscale: #6A6A6A. Windows color (decimal): -11439477 or 9138769. OLE color: 9138769.
HSL color Cylindrical-coordinate representation of color #51728B: hue angle of 205.86º 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 #51728B is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 114 | 139 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.45 |
| HSL | 205.86º | 0.26% | 0.43% | - |
| HSV(B) | 205.86º | 0.42% | 0.55% | - |
| XYZ | 14.07 | 15.65 | 26.7 | - |
| YUV | 106.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 139 | 0.42 | 0.18 | 0 | 0.45 | 205.86 | 0.26 | 0.43 |
| Hex | 51 | 72 | 8B | 2A | 12 | 0 | 2D | CE | 1A | 2B |
| Octal | 121 | 162 | 213 | 52 | 22 | 0 | 55 | 316 | 32 | 53 |
| Binary | 1010001 | 1110010 | 10001011 | 101010 | 10010 | 0 | 101101 | 11001110 | 11010 | 101011 |
Color Harmonies of #51728B
Complementary color
Monochromatic Colors of #51728B
Black with #51728B
Text Example
Text Example
White with #51728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51728B; }
p { color: rgb(81,114,139); }
H1.HeaderClassName
{
color: #51728B;
}
.AnyTagClassName
{
color: #51728B;
}
</style>
background-color css
<style>
a { background-color: #51728B; }
a { background-color: rgb(81,114,139); }
div.DivClassName
{
background-color: #51728B;
}
.BgClassName
{
background-color: #51728B;
}
</style>
border-color css
<style>
span { border-color: #51728B; }
span { border-color: rgb(81,114,139); }
td.TdClassName
{
border-color: #51728B;
}
.TagClassName
{
border-color: #51728B;
}
</style>