Shades of Wedgewood #52718A
Tints of Wedgewood #52718A
RGB
CMYK
RGB Variations
Color information
#52718A (or 0x52718A) is known color: Wedgewood. HEX triplet: 52, 71 and 8A. RGB value is (82,113,138). Sum of RGB (Red+Green+Blue) = 82+113+138=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #52718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52718A is #AD8E75. Grayscale: #6A6A6A. Windows color (decimal): -11374198 or 9072978. OLE color: 9072978.
HSL color Cylindrical-coordinate representation of color #52718A: hue angle of 206.79º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52718A is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 113 | 138 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.46 |
| HSL | 206.79º | 0.25% | 0.43% | - |
| HSV(B) | 206.79º | 0.41% | 0.54% | - |
| XYZ | 13.97 | 15.44 | 26.29 | - |
| YUV | 106.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 138 | 0.41 | 0.18 | 0 | 0.46 | 206.79 | 0.25 | 0.43 |
| Hex | 52 | 71 | 8A | 29 | 12 | 0 | 2E | CF | 19 | 2B |
| Octal | 122 | 161 | 212 | 51 | 22 | 0 | 56 | 317 | 31 | 53 |
| Binary | 1010010 | 1110001 | 10001010 | 101001 | 10010 | 0 | 101110 | 11001111 | 11001 | 101011 |
Color Harmonies of #52718A
Complementary color
Monochromatic Colors of #52718A
Black with #52718A
Text Example
Text Example
White with #52718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52718A; }
p { color: rgb(82,113,138); }
H1.HeaderClassName
{
color: #52718A;
}
.AnyTagClassName
{
color: #52718A;
}
</style>
background-color css
<style>
a { background-color: #52718A; }
a { background-color: rgb(82,113,138); }
div.DivClassName
{
background-color: #52718A;
}
.BgClassName
{
background-color: #52718A;
}
</style>
border-color css
<style>
span { border-color: #52718A; }
span { border-color: rgb(82,113,138); }
td.TdClassName
{
border-color: #52718A;
}
.TagClassName
{
border-color: #52718A;
}
</style>