Shades of Wedgewood #526B82
Tints of Wedgewood #526B82
RGB
CMYK
RGB Variations
Color information
#526B82 (or 0x526B82) is known color: Wedgewood. HEX triplet: 52, 6B and 82. RGB value is (82,107,130). Sum of RGB (Red+Green+Blue) = 82+107+130=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #526B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B82 is #AD947D. Grayscale: #666666. Windows color (decimal): -11375742 or 8547154. OLE color: 8547154.
HSL color Cylindrical-coordinate representation of color #526B82: hue angle of 208.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526B82 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 107 | 130 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.49 |
| HSL | 208.75º | 0.23% | 0.42% | - |
| HSV(B) | 208.75º | 0.37% | 0.51% | - |
| XYZ | 12.77 | 13.92 | 23.13 | - |
| YUV | 102.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 130 | 0.37 | 0.18 | 0 | 0.49 | 208.75 | 0.23 | 0.42 |
| Hex | 52 | 6B | 82 | 25 | 12 | 0 | 31 | D1 | 17 | 2A |
| Octal | 122 | 153 | 202 | 45 | 22 | 0 | 61 | 321 | 27 | 52 |
| Binary | 1010010 | 1101011 | 10000010 | 100101 | 10010 | 0 | 110001 | 11010001 | 10111 | 101010 |
Color Harmonies of #526B82
Complementary color
Monochromatic Colors of #526B82
Black with #526B82
Text Example
Text Example
White with #526B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B82; }
p { color: rgb(82,107,130); }
H1.HeaderClassName
{
color: #526B82;
}
.AnyTagClassName
{
color: #526B82;
}
</style>
background-color css
<style>
a { background-color: #526B82; }
a { background-color: rgb(82,107,130); }
div.DivClassName
{
background-color: #526B82;
}
.BgClassName
{
background-color: #526B82;
}
</style>
border-color css
<style>
span { border-color: #526B82; }
span { border-color: rgb(82,107,130); }
td.TdClassName
{
border-color: #526B82;
}
.TagClassName
{
border-color: #526B82;
}
</style>