Shades of Wedgewood #52687F
Tints of Wedgewood #52687F
RGB
CMYK
RGB Variations
Color information
#52687F (or 0x52687F) is known color: Wedgewood. HEX triplet: 52, 68 and 7F. RGB value is (82,104,127). Sum of RGB (Red+Green+Blue) = 82+104+127=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #52687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687F is #AD9780. Grayscale: #636363. Windows color (decimal): -11376513 or 8349778. OLE color: 8349778.
HSL color Cylindrical-coordinate representation of color #52687F: hue angle of 210.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52687F is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 104 | 127 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.50 |
| HSL | 210.67º | 0.22% | 0.41% | - |
| HSV(B) | 210.67º | 0.35% | 0.5% | - |
| XYZ | 12.26 | 13.23 | 21.99 | - |
| YUV | 100.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 127 | 0.35 | 0.18 | 0 | 0.50 | 210.67 | 0.22 | 0.41 |
| Hex | 52 | 68 | 7F | 23 | 12 | 0 | 32 | D3 | 16 | 29 |
| Octal | 122 | 150 | 177 | 43 | 22 | 0 | 62 | 323 | 26 | 51 |
| Binary | 1010010 | 1101000 | 1111111 | 100011 | 10010 | 0 | 110010 | 11010011 | 10110 | 101001 |
Color Harmonies of #52687F
Complementary color
Monochromatic Colors of #52687F
Black with #52687F
Text Example
Text Example
White with #52687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52687F; }
p { color: rgb(82,104,127); }
H1.HeaderClassName
{
color: #52687F;
}
.AnyTagClassName
{
color: #52687F;
}
</style>
background-color css
<style>
a { background-color: #52687F; }
a { background-color: rgb(82,104,127); }
div.DivClassName
{
background-color: #52687F;
}
.BgClassName
{
background-color: #52687F;
}
</style>
border-color css
<style>
span { border-color: #52687F; }
span { border-color: rgb(82,104,127); }
td.TdClassName
{
border-color: #52687F;
}
.TagClassName
{
border-color: #52687F;
}
</style>