Shades of Wedgewood #526C89
Tints of Wedgewood #526C89
RGB
CMYK
RGB Variations
Color information
#526C89 (or 0x526C89) is known color: Wedgewood. HEX triplet: 52, 6C and 89. RGB value is (82,108,137). Sum of RGB (Red+Green+Blue) = 82+108+137=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 137 - color contains mainly: blue. Hex color #526C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C89 is #AD9376. Grayscale: #676767. Windows color (decimal): -11375479 or 9006162. OLE color: 9006162.
HSL color Cylindrical-coordinate representation of color #526C89: hue angle of 211.64º 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 #526C89 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 108 | 137 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.46 |
| HSL | 211.64º | 0.25% | 0.43% | - |
| HSV(B) | 211.64º | 0.4% | 0.54% | - |
| XYZ | 13.36 | 14.33 | 25.73 | - |
| YUV | 103.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 137 | 0.40 | 0.21 | 0 | 0.46 | 211.64 | 0.25 | 0.43 |
| Hex | 52 | 6C | 89 | 28 | 15 | 0 | 2E | D4 | 19 | 2B |
| Octal | 122 | 154 | 211 | 50 | 25 | 0 | 56 | 324 | 31 | 53 |
| Binary | 1010010 | 1101100 | 10001001 | 101000 | 10101 | 0 | 101110 | 11010100 | 11001 | 101011 |
Color Harmonies of #526C89
Complementary color
Monochromatic Colors of #526C89
Black with #526C89
Text Example
Text Example
White with #526C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C89; }
p { color: rgb(82,108,137); }
H1.HeaderClassName
{
color: #526C89;
}
.AnyTagClassName
{
color: #526C89;
}
</style>
background-color css
<style>
a { background-color: #526C89; }
a { background-color: rgb(82,108,137); }
div.DivClassName
{
background-color: #526C89;
}
.BgClassName
{
background-color: #526C89;
}
</style>
border-color css
<style>
span { border-color: #526C89; }
span { border-color: rgb(82,108,137); }
td.TdClassName
{
border-color: #526C89;
}
.TagClassName
{
border-color: #526C89;
}
</style>