Shades of Wedgewood #526E87
Tints of Wedgewood #526E87
RGB
CMYK
RGB Variations
Color information
#526E87 (or 0x526E87) is known color: Wedgewood. HEX triplet: 52, 6E and 87. RGB value is (82,110,135). Sum of RGB (Red+Green+Blue) = 82+110+135=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #526E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E87 is #AD9178. Grayscale: #686868. Windows color (decimal): -11374969 or 8875602. OLE color: 8875602.
HSL color Cylindrical-coordinate representation of color #526E87: hue angle of 208.3º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526E87 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 110 | 135 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.47 |
| HSL | 208.3º | 0.24% | 0.43% | - |
| HSV(B) | 208.3º | 0.39% | 0.53% | - |
| XYZ | 13.43 | 14.69 | 25.05 | - |
| YUV | 104.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 135 | 0.39 | 0.19 | 0 | 0.47 | 208.3 | 0.24 | 0.43 |
| Hex | 52 | 6E | 87 | 27 | 13 | 0 | 2F | D0 | 18 | 2B |
| Octal | 122 | 156 | 207 | 47 | 23 | 0 | 57 | 320 | 30 | 53 |
| Binary | 1010010 | 1101110 | 10000111 | 100111 | 10011 | 0 | 101111 | 11010000 | 11000 | 101011 |
Color Harmonies of #526E87
Complementary color
Monochromatic Colors of #526E87
Black with #526E87
Text Example
Text Example
White with #526E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E87; }
p { color: rgb(82,110,135); }
H1.HeaderClassName
{
color: #526E87;
}
.AnyTagClassName
{
color: #526E87;
}
</style>
background-color css
<style>
a { background-color: #526E87; }
a { background-color: rgb(82,110,135); }
div.DivClassName
{
background-color: #526E87;
}
.BgClassName
{
background-color: #526E87;
}
</style>
border-color css
<style>
span { border-color: #526E87; }
span { border-color: rgb(82,110,135); }
td.TdClassName
{
border-color: #526E87;
}
.TagClassName
{
border-color: #526E87;
}
</style>