Shades of Wedgewood #526B83
Tints of Wedgewood #526B83
RGB
CMYK
RGB Variations
Color information
#526B83 (or 0x526B83) is known color: Wedgewood. HEX triplet: 52, 6B and 83. RGB value is (82,107,131). Sum of RGB (Red+Green+Blue) = 82+107+131=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #526B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526B83 is #AD947C. Grayscale: #666666. Windows color (decimal): -11375741 or 8612690. OLE color: 8612690.
HSL color Cylindrical-coordinate representation of color #526B83: hue angle of 209.39º 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 #526B83 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 107 | 131 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.49 |
| HSL | 209.39º | 0.23% | 0.42% | - |
| HSV(B) | 209.39º | 0.37% | 0.51% | - |
| XYZ | 12.83 | 13.95 | 23.49 | - |
| YUV | 102.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 131 | 0.37 | 0.18 | 0 | 0.49 | 209.39 | 0.23 | 0.42 |
| Hex | 52 | 6B | 83 | 25 | 12 | 0 | 31 | D1 | 17 | 2A |
| Octal | 122 | 153 | 203 | 45 | 22 | 0 | 61 | 321 | 27 | 52 |
| Binary | 1010010 | 1101011 | 10000011 | 100101 | 10010 | 0 | 110001 | 11010001 | 10111 | 101010 |
Color Harmonies of #526B83
Complementary color
Monochromatic Colors of #526B83
Black with #526B83
Text Example
Text Example
White with #526B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B83; }
p { color: rgb(82,107,131); }
H1.HeaderClassName
{
color: #526B83;
}
.AnyTagClassName
{
color: #526B83;
}
</style>
background-color css
<style>
a { background-color: #526B83; }
a { background-color: rgb(82,107,131); }
div.DivClassName
{
background-color: #526B83;
}
.BgClassName
{
background-color: #526B83;
}
</style>
border-color css
<style>
span { border-color: #526B83; }
span { border-color: rgb(82,107,131); }
td.TdClassName
{
border-color: #526B83;
}
.TagClassName
{
border-color: #526B83;
}
</style>