Shades of Wedgewood #52647E
Tints of Wedgewood #52647E
RGB
CMYK
RGB Variations
Color information
#52647E (or 0x52647E) is known color: Wedgewood. HEX triplet: 52, 64 and 7E. RGB value is (82,100,126). Sum of RGB (Red+Green+Blue) = 82+100+126=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #52647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52647E is #AD9B81. Grayscale: #616161. Windows color (decimal): -11377538 or 8283218. OLE color: 8283218.
HSL color Cylindrical-coordinate representation of color #52647E: hue angle of 215.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52647E is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 100 | 126 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.51 |
| HSL | 215.45º | 0.21% | 0.41% | - |
| HSV(B) | 215.45º | 0.35% | 0.49% | - |
| XYZ | 11.8 | 12.41 | 21.51 | - |
| YUV | 97.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 126 | 0.35 | 0.21 | 0 | 0.51 | 215.45 | 0.21 | 0.41 |
| Hex | 52 | 64 | 7E | 23 | 15 | 0 | 33 | D7 | 15 | 29 |
| Octal | 122 | 144 | 176 | 43 | 25 | 0 | 63 | 327 | 25 | 51 |
| Binary | 1010010 | 1100100 | 1111110 | 100011 | 10101 | 0 | 110011 | 11010111 | 10101 | 101001 |
Color Harmonies of #52647E
Complementary color
Monochromatic Colors of #52647E
Black with #52647E
Text Example
Text Example
White with #52647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52647E; }
p { color: rgb(82,100,126); }
H1.HeaderClassName
{
color: #52647E;
}
.AnyTagClassName
{
color: #52647E;
}
</style>
background-color css
<style>
a { background-color: #52647E; }
a { background-color: rgb(82,100,126); }
div.DivClassName
{
background-color: #52647E;
}
.BgClassName
{
background-color: #52647E;
}
</style>
border-color css
<style>
span { border-color: #52647E; }
span { border-color: rgb(82,100,126); }
td.TdClassName
{
border-color: #52647E;
}
.TagClassName
{
border-color: #52647E;
}
</style>