Shades of Wedgewood #52728E
Tints of Wedgewood #52728E
RGB
CMYK
RGB Variations
Color information
#52728E (or 0x52728E) is known color: Wedgewood. HEX triplet: 52, 72 and 8E. RGB value is (82,114,142). Sum of RGB (Red+Green+Blue) = 82+114+142=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #52728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52728E is #AD8D71. Grayscale: #6B6B6B. Windows color (decimal): -11373938 or 9335378. OLE color: 9335378.
HSL color Cylindrical-coordinate representation of color #52728E: hue angle of 208º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52728E is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 114 | 142 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.44 |
| HSL | 208º | 0.27% | 0.44% | - |
| HSV(B) | 208º | 0.42% | 0.56% | - |
| XYZ | 14.38 | 15.78 | 27.88 | - |
| YUV | 107.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 142 | 0.42 | 0.20 | 0 | 0.44 | 208 | 0.27 | 0.44 |
| Hex | 52 | 72 | 8E | 2A | 14 | 0 | 2C | D0 | 1B | 2C |
| Octal | 122 | 162 | 216 | 52 | 24 | 0 | 54 | 320 | 33 | 54 |
| Binary | 1010010 | 1110010 | 10001110 | 101010 | 10100 | 0 | 101100 | 11010000 | 11011 | 101100 |
Color Harmonies of #52728E
Complementary color
Monochromatic Colors of #52728E
Black with #52728E
Text Example
Text Example
White with #52728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52728E; }
p { color: rgb(82,114,142); }
H1.HeaderClassName
{
color: #52728E;
}
.AnyTagClassName
{
color: #52728E;
}
</style>
background-color css
<style>
a { background-color: #52728E; }
a { background-color: rgb(82,114,142); }
div.DivClassName
{
background-color: #52728E;
}
.BgClassName
{
background-color: #52728E;
}
</style>
border-color css
<style>
span { border-color: #52728E; }
span { border-color: rgb(82,114,142); }
td.TdClassName
{
border-color: #52728E;
}
.TagClassName
{
border-color: #52728E;
}
</style>