Shades of Wedgewood #526E8A
Tints of Wedgewood #526E8A
RGB
CMYK
RGB Variations
Color information
#526E8A (or 0x526E8A) is known color: Wedgewood. HEX triplet: 52, 6E and 8A. RGB value is (82,110,138). Sum of RGB (Red+Green+Blue) = 82+110+138=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #526E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E8A is #AD9175. Grayscale: #686868. Windows color (decimal): -11374966 or 9072210. OLE color: 9072210.
HSL color Cylindrical-coordinate representation of color #526E8A: hue angle of 210º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #526E8A is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 110 | 138 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.46 |
| HSL | 210º | 0.25% | 0.43% | - |
| HSV(B) | 210º | 0.41% | 0.54% | - |
| XYZ | 13.64 | 14.78 | 26.18 | - |
| YUV | 104.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 138 | 0.41 | 0.20 | 0 | 0.46 | 210 | 0.25 | 0.43 |
| Hex | 52 | 6E | 8A | 29 | 14 | 0 | 2E | D2 | 19 | 2B |
| Octal | 122 | 156 | 212 | 51 | 24 | 0 | 56 | 322 | 31 | 53 |
| Binary | 1010010 | 1101110 | 10001010 | 101001 | 10100 | 0 | 101110 | 11010010 | 11001 | 101011 |
Color Harmonies of #526E8A
Complementary color
Monochromatic Colors of #526E8A
Black with #526E8A
Text Example
Text Example
White with #526E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E8A; }
p { color: rgb(82,110,138); }
H1.HeaderClassName
{
color: #526E8A;
}
.AnyTagClassName
{
color: #526E8A;
}
</style>
background-color css
<style>
a { background-color: #526E8A; }
a { background-color: rgb(82,110,138); }
div.DivClassName
{
background-color: #526E8A;
}
.BgClassName
{
background-color: #526E8A;
}
</style>
border-color css
<style>
span { border-color: #526E8A; }
span { border-color: rgb(82,110,138); }
td.TdClassName
{
border-color: #526E8A;
}
.TagClassName
{
border-color: #526E8A;
}
</style>