Shades of Wedgewood #526E80
Tints of Wedgewood #526E80
RGB
CMYK
RGB Variations
Color information
#526E80 (or 0x526E80) is known color: Wedgewood. HEX triplet: 52, 6E and 80. RGB value is (82,110,128). Sum of RGB (Red+Green+Blue) = 82+110+128=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #526E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E80 is #AD917F. Grayscale: #676767. Windows color (decimal): -11374976 or 8416850. OLE color: 8416850.
HSL color Cylindrical-coordinate representation of color #526E80: hue angle of 203.48º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526E80 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 110 | 128 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.50 |
| HSL | 203.48º | 0.22% | 0.41% | - |
| HSV(B) | 203.48º | 0.36% | 0.5% | - |
| XYZ | 12.95 | 14.5 | 22.54 | - |
| YUV | 103.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 128 | 0.36 | 0.14 | 0 | 0.50 | 203.48 | 0.22 | 0.41 |
| Hex | 52 | 6E | 80 | 24 | E | 0 | 32 | CB | 16 | 29 |
| Octal | 122 | 156 | 200 | 44 | 16 | 0 | 62 | 313 | 26 | 51 |
| Binary | 1010010 | 1101110 | 10000000 | 100100 | 1110 | 0 | 110010 | 11001011 | 10110 | 101001 |
Color Harmonies of #526E80
Complementary color
Monochromatic Colors of #526E80
Black with #526E80
Text Example
Text Example
White with #526E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E80; }
p { color: rgb(82,110,128); }
H1.HeaderClassName
{
color: #526E80;
}
.AnyTagClassName
{
color: #526E80;
}
</style>
background-color css
<style>
a { background-color: #526E80; }
a { background-color: rgb(82,110,128); }
div.DivClassName
{
background-color: #526E80;
}
.BgClassName
{
background-color: #526E80;
}
</style>
border-color css
<style>
span { border-color: #526E80; }
span { border-color: rgb(82,110,128); }
td.TdClassName
{
border-color: #526E80;
}
.TagClassName
{
border-color: #526E80;
}
</style>