Shades of Wedgewood #526F8D
Tints of Wedgewood #526F8D
RGB
CMYK
RGB Variations
Color information
#526F8D (or 0x526F8D) is known color: Wedgewood. HEX triplet: 52, 6F and 8D. RGB value is (82,111,141). Sum of RGB (Red+Green+Blue) = 82+111+141=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #526F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F8D is #AD9072. Grayscale: #696969. Windows color (decimal): -11374707 or 9269074. OLE color: 9269074.
HSL color Cylindrical-coordinate representation of color #526F8D: hue angle of 210.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #526F8D is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 111 | 141 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.45 |
| HSL | 210.51º | 0.26% | 0.44% | - |
| HSV(B) | 210.51º | 0.42% | 0.55% | - |
| XYZ | 13.97 | 15.09 | 27.37 | - |
| YUV | 105.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 141 | 0.42 | 0.21 | 0 | 0.45 | 210.51 | 0.26 | 0.44 |
| Hex | 52 | 6F | 8D | 2A | 15 | 0 | 2D | D3 | 1A | 2C |
| Octal | 122 | 157 | 215 | 52 | 25 | 0 | 55 | 323 | 32 | 54 |
| Binary | 1010010 | 1101111 | 10001101 | 101010 | 10101 | 0 | 101101 | 11010011 | 11010 | 101100 |
Color Harmonies of #526F8D
Complementary color
Monochromatic Colors of #526F8D
Black with #526F8D
Text Example
Text Example
White with #526F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F8D; }
p { color: rgb(82,111,141); }
H1.HeaderClassName
{
color: #526F8D;
}
.AnyTagClassName
{
color: #526F8D;
}
</style>
background-color css
<style>
a { background-color: #526F8D; }
a { background-color: rgb(82,111,141); }
div.DivClassName
{
background-color: #526F8D;
}
.BgClassName
{
background-color: #526F8D;
}
</style>
border-color css
<style>
span { border-color: #526F8D; }
span { border-color: rgb(82,111,141); }
td.TdClassName
{
border-color: #526F8D;
}
.TagClassName
{
border-color: #526F8D;
}
</style>