Shades of Wedgewood #526B81
Tints of Wedgewood #526B81
RGB
CMYK
RGB Variations
Color information
#526B81 (or 0x526B81) is known color: Wedgewood. HEX triplet: 52, 6B and 81. RGB value is (82,107,129). Sum of RGB (Red+Green+Blue) = 82+107+129=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #526B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B81 is #AD947E. Grayscale: #656565. Windows color (decimal): -11375743 or 8481618. OLE color: 8481618.
HSL color Cylindrical-coordinate representation of color #526B81: hue angle of 208.09º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526B81 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 107 | 129 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.49 |
| HSL | 208.09º | 0.22% | 0.41% | - |
| HSV(B) | 208.09º | 0.36% | 0.51% | - |
| XYZ | 12.7 | 13.89 | 22.78 | - |
| YUV | 102.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 129 | 0.36 | 0.17 | 0 | 0.49 | 208.09 | 0.22 | 0.41 |
| Hex | 52 | 6B | 81 | 24 | 11 | 0 | 31 | D0 | 16 | 29 |
| Octal | 122 | 153 | 201 | 44 | 21 | 0 | 61 | 320 | 26 | 51 |
| Binary | 1010010 | 1101011 | 10000001 | 100100 | 10001 | 0 | 110001 | 11010000 | 10110 | 101001 |
Color Harmonies of #526B81
Complementary color
Monochromatic Colors of #526B81
Black with #526B81
Text Example
Text Example
White with #526B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B81; }
p { color: rgb(82,107,129); }
H1.HeaderClassName
{
color: #526B81;
}
.AnyTagClassName
{
color: #526B81;
}
</style>
background-color css
<style>
a { background-color: #526B81; }
a { background-color: rgb(82,107,129); }
div.DivClassName
{
background-color: #526B81;
}
.BgClassName
{
background-color: #526B81;
}
</style>
border-color css
<style>
span { border-color: #526B81; }
span { border-color: rgb(82,107,129); }
td.TdClassName
{
border-color: #526B81;
}
.TagClassName
{
border-color: #526B81;
}
</style>