Shades of Wedgewood #526B89
Tints of Wedgewood #526B89
RGB
CMYK
RGB Variations
Color information
#526B89 (or 0x526B89) is known color: Wedgewood. HEX triplet: 52, 6B and 89. RGB value is (82,107,137). Sum of RGB (Red+Green+Blue) = 82+107+137=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #526B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B89 is #AD9476. Grayscale: #666666. Windows color (decimal): -11375735 or 9005906. OLE color: 9005906.
HSL color Cylindrical-coordinate representation of color #526B89: hue angle of 212.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526B89 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 107 | 137 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.46 |
| HSL | 212.73º | 0.25% | 0.43% | - |
| HSV(B) | 212.73º | 0.4% | 0.54% | - |
| XYZ | 13.25 | 14.12 | 25.69 | - |
| YUV | 102.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 137 | 0.40 | 0.22 | 0 | 0.46 | 212.73 | 0.25 | 0.43 |
| Hex | 52 | 6B | 89 | 28 | 16 | 0 | 2E | D5 | 19 | 2B |
| Octal | 122 | 153 | 211 | 50 | 26 | 0 | 56 | 325 | 31 | 53 |
| Binary | 1010010 | 1101011 | 10001001 | 101000 | 10110 | 0 | 101110 | 11010101 | 11001 | 101011 |
Color Harmonies of #526B89
Complementary color
Monochromatic Colors of #526B89
Black with #526B89
Text Example
Text Example
White with #526B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B89; }
p { color: rgb(82,107,137); }
H1.HeaderClassName
{
color: #526B89;
}
.AnyTagClassName
{
color: #526B89;
}
</style>
background-color css
<style>
a { background-color: #526B89; }
a { background-color: rgb(82,107,137); }
div.DivClassName
{
background-color: #526B89;
}
.BgClassName
{
background-color: #526B89;
}
</style>
border-color css
<style>
span { border-color: #526B89; }
span { border-color: rgb(82,107,137); }
td.TdClassName
{
border-color: #526B89;
}
.TagClassName
{
border-color: #526B89;
}
</style>