Shades of Wedgewood #526E88
Tints of Wedgewood #526E88
RGB
CMYK
RGB Variations
Color information
#526E88 (or 0x526E88) is known color: Wedgewood. HEX triplet: 52, 6E and 88. RGB value is (82,110,136). Sum of RGB (Red+Green+Blue) = 82+110+136=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #526E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E88 is #AD9177. Grayscale: #686868. Windows color (decimal): -11374968 or 8941138. OLE color: 8941138.
HSL color Cylindrical-coordinate representation of color #526E88: hue angle of 208.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526E88 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 110 | 136 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.47 |
| HSL | 208.89º | 0.25% | 0.43% | - |
| HSV(B) | 208.89º | 0.4% | 0.53% | - |
| XYZ | 13.5 | 14.72 | 25.42 | - |
| YUV | 104.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 136 | 0.40 | 0.19 | 0 | 0.47 | 208.89 | 0.25 | 0.43 |
| Hex | 52 | 6E | 88 | 28 | 13 | 0 | 2F | D1 | 19 | 2B |
| Octal | 122 | 156 | 210 | 50 | 23 | 0 | 57 | 321 | 31 | 53 |
| Binary | 1010010 | 1101110 | 10001000 | 101000 | 10011 | 0 | 101111 | 11010001 | 11001 | 101011 |
Color Harmonies of #526E88
Complementary color
Monochromatic Colors of #526E88
Black with #526E88
Text Example
Text Example
White with #526E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E88; }
p { color: rgb(82,110,136); }
H1.HeaderClassName
{
color: #526E88;
}
.AnyTagClassName
{
color: #526E88;
}
</style>
background-color css
<style>
a { background-color: #526E88; }
a { background-color: rgb(82,110,136); }
div.DivClassName
{
background-color: #526E88;
}
.BgClassName
{
background-color: #526E88;
}
</style>
border-color css
<style>
span { border-color: #526E88; }
span { border-color: rgb(82,110,136); }
td.TdClassName
{
border-color: #526E88;
}
.TagClassName
{
border-color: #526E88;
}
</style>