Shades of Wedgewood #52738E
Tints of Wedgewood #52738E
RGB
CMYK
RGB Variations
Color information
#52738E (or 0x52738E) is known color: Wedgewood. HEX triplet: 52, 73 and 8E. RGB value is (82,115,142). Sum of RGB (Red+Green+Blue) = 82+115+142=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #52738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52738E is #AD8C71. Grayscale: #6C6C6C. Windows color (decimal): -11373682 or 9335634. OLE color: 9335634.
HSL color Cylindrical-coordinate representation of color #52738E: hue angle of 207º 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 #52738E is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 115 | 142 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.44 |
| HSL | 207º | 0.27% | 0.44% | - |
| HSV(B) | 207º | 0.42% | 0.56% | - |
| XYZ | 14.49 | 16.01 | 27.92 | - |
| YUV | 108.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 142 | 0.42 | 0.19 | 0 | 0.44 | 207 | 0.27 | 0.44 |
| Hex | 52 | 73 | 8E | 2A | 13 | 0 | 2C | CF | 1B | 2C |
| Octal | 122 | 163 | 216 | 52 | 23 | 0 | 54 | 317 | 33 | 54 |
| Binary | 1010010 | 1110011 | 10001110 | 101010 | 10011 | 0 | 101100 | 11001111 | 11011 | 101100 |
Color Harmonies of #52738E
Complementary color
Monochromatic Colors of #52738E
Black with #52738E
Text Example
Text Example
White with #52738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52738E; }
p { color: rgb(82,115,142); }
H1.HeaderClassName
{
color: #52738E;
}
.AnyTagClassName
{
color: #52738E;
}
</style>
background-color css
<style>
a { background-color: #52738E; }
a { background-color: rgb(82,115,142); }
div.DivClassName
{
background-color: #52738E;
}
.BgClassName
{
background-color: #52738E;
}
</style>
border-color css
<style>
span { border-color: #52738E; }
span { border-color: rgb(82,115,142); }
td.TdClassName
{
border-color: #52738E;
}
.TagClassName
{
border-color: #52738E;
}
</style>