Shades of Wedgewood #526B86
Tints of Wedgewood #526B86
RGB
CMYK
RGB Variations
Color information
#526B86 (or 0x526B86) is known color: Wedgewood. HEX triplet: 52, 6B and 86. RGB value is (82,107,134). Sum of RGB (Red+Green+Blue) = 82+107+134=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #526B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B86 is #AD9479. Grayscale: #666666. Windows color (decimal): -11375738 or 8809298. OLE color: 8809298.
HSL color Cylindrical-coordinate representation of color #526B86: hue angle of 211.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526B86 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 107 | 134 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.47 |
| HSL | 211.15º | 0.24% | 0.42% | - |
| HSV(B) | 211.15º | 0.39% | 0.53% | - |
| XYZ | 13.04 | 14.03 | 24.58 | - |
| YUV | 102.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 134 | 0.39 | 0.20 | 0 | 0.47 | 211.15 | 0.24 | 0.42 |
| Hex | 52 | 6B | 86 | 27 | 14 | 0 | 2F | D3 | 18 | 2A |
| Octal | 122 | 153 | 206 | 47 | 24 | 0 | 57 | 323 | 30 | 52 |
| Binary | 1010010 | 1101011 | 10000110 | 100111 | 10100 | 0 | 101111 | 11010011 | 11000 | 101010 |
Color Harmonies of #526B86
Complementary color
Monochromatic Colors of #526B86
Black with #526B86
Text Example
Text Example
White with #526B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B86; }
p { color: rgb(82,107,134); }
H1.HeaderClassName
{
color: #526B86;
}
.AnyTagClassName
{
color: #526B86;
}
</style>
background-color css
<style>
a { background-color: #526B86; }
a { background-color: rgb(82,107,134); }
div.DivClassName
{
background-color: #526B86;
}
.BgClassName
{
background-color: #526B86;
}
</style>
border-color css
<style>
span { border-color: #526B86; }
span { border-color: rgb(82,107,134); }
td.TdClassName
{
border-color: #526B86;
}
.TagClassName
{
border-color: #526B86;
}
</style>