Shades of Wedgewood #52687D
Tints of Wedgewood #52687D
RGB
CMYK
RGB Variations
Color information
#52687D (or 0x52687D) is known color: Wedgewood. HEX triplet: 52, 68 and 7D. RGB value is (82,104,125). Sum of RGB (Red+Green+Blue) = 82+104+125=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #52687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687D is #AD9782. Grayscale: #636363. Windows color (decimal): -11376515 or 8218706. OLE color: 8218706.
HSL color Cylindrical-coordinate representation of color #52687D: hue angle of 209.3º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52687D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 104 | 125 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.51 |
| HSL | 209.3º | 0.21% | 0.41% | - |
| HSV(B) | 209.3º | 0.34% | 0.49% | - |
| XYZ | 12.13 | 13.18 | 21.31 | - |
| YUV | 99.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 125 | 0.34 | 0.17 | 0 | 0.51 | 209.3 | 0.21 | 0.41 |
| Hex | 52 | 68 | 7D | 22 | 11 | 0 | 33 | D1 | 15 | 29 |
| Octal | 122 | 150 | 175 | 42 | 21 | 0 | 63 | 321 | 25 | 51 |
| Binary | 1010010 | 1101000 | 1111101 | 100010 | 10001 | 0 | 110011 | 11010001 | 10101 | 101001 |
Color Harmonies of #52687D
Complementary color
Monochromatic Colors of #52687D
Black with #52687D
Text Example
Text Example
White with #52687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52687D; }
p { color: rgb(82,104,125); }
H1.HeaderClassName
{
color: #52687D;
}
.AnyTagClassName
{
color: #52687D;
}
</style>
background-color css
<style>
a { background-color: #52687D; }
a { background-color: rgb(82,104,125); }
div.DivClassName
{
background-color: #52687D;
}
.BgClassName
{
background-color: #52687D;
}
</style>
border-color css
<style>
span { border-color: #52687D; }
span { border-color: rgb(82,104,125); }
td.TdClassName
{
border-color: #52687D;
}
.TagClassName
{
border-color: #52687D;
}
</style>