Shades of Wedgewood #52708E
Tints of Wedgewood #52708E
RGB
CMYK
RGB Variations
Color information
#52708E (or 0x52708E) is known color: Wedgewood. HEX triplet: 52, 70 and 8E. RGB value is (82,112,142). Sum of RGB (Red+Green+Blue) = 82+112+142=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #52708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708E is #AD8F71. Grayscale: #6A6A6A. Windows color (decimal): -11374450 or 9334866. OLE color: 9334866.
HSL color Cylindrical-coordinate representation of color #52708E: hue angle of 210º 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 #52708E is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 112 | 142 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.44 |
| HSL | 210º | 0.27% | 0.44% | - |
| HSV(B) | 210º | 0.42% | 0.56% | - |
| XYZ | 14.16 | 15.34 | 27.81 | - |
| YUV | 106.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 142 | 0.42 | 0.21 | 0 | 0.44 | 210 | 0.27 | 0.44 |
| Hex | 52 | 70 | 8E | 2A | 15 | 0 | 2C | D2 | 1B | 2C |
| Octal | 122 | 160 | 216 | 52 | 25 | 0 | 54 | 322 | 33 | 54 |
| Binary | 1010010 | 1110000 | 10001110 | 101010 | 10101 | 0 | 101100 | 11010010 | 11011 | 101100 |
Color Harmonies of #52708E
Complementary color
Monochromatic Colors of #52708E
Black with #52708E
Text Example
Text Example
White with #52708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52708E; }
p { color: rgb(82,112,142); }
H1.HeaderClassName
{
color: #52708E;
}
.AnyTagClassName
{
color: #52708E;
}
</style>
background-color css
<style>
a { background-color: #52708E; }
a { background-color: rgb(82,112,142); }
div.DivClassName
{
background-color: #52708E;
}
.BgClassName
{
background-color: #52708E;
}
</style>
border-color css
<style>
span { border-color: #52708E; }
span { border-color: rgb(82,112,142); }
td.TdClassName
{
border-color: #52708E;
}
.TagClassName
{
border-color: #52708E;
}
</style>