Shades of Wedgewood #52687B
Tints of Wedgewood #52687B
RGB
CMYK
RGB Variations
Color information
#52687B (or 0x52687B) is known color: Wedgewood. HEX triplet: 52, 68 and 7B. RGB value is (82,104,123). Sum of RGB (Red+Green+Blue) = 82+104+123=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #52687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52687B is #AD9784. Grayscale: #636363. Windows color (decimal): -11376517 or 8087634. OLE color: 8087634.
HSL color Cylindrical-coordinate representation of color #52687B: hue angle of 207.8º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52687B is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 104 | 123 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.52 |
| HSL | 207.8º | 0.2% | 0.4% | - |
| HSV(B) | 207.8º | 0.33% | 0.48% | - |
| XYZ | 12.01 | 13.12 | 20.64 | - |
| YUV | 99.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 123 | 0.33 | 0.15 | 0 | 0.52 | 207.8 | 0.2 | 0.4 |
| Hex | 52 | 68 | 7B | 21 | F | 0 | 34 | D0 | 14 | 28 |
| Octal | 122 | 150 | 173 | 41 | 17 | 0 | 64 | 320 | 24 | 50 |
| Binary | 1010010 | 1101000 | 1111011 | 100001 | 1111 | 0 | 110100 | 11010000 | 10100 | 101000 |
Color Harmonies of #52687B
Complementary color
Monochromatic Colors of #52687B
Black with #52687B
Text Example
Text Example
White with #52687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52687B; }
p { color: rgb(82,104,123); }
H1.HeaderClassName
{
color: #52687B;
}
.AnyTagClassName
{
color: #52687B;
}
</style>
background-color css
<style>
a { background-color: #52687B; }
a { background-color: rgb(82,104,123); }
div.DivClassName
{
background-color: #52687B;
}
.BgClassName
{
background-color: #52687B;
}
</style>
border-color css
<style>
span { border-color: #52687B; }
span { border-color: rgb(82,104,123); }
td.TdClassName
{
border-color: #52687B;
}
.TagClassName
{
border-color: #52687B;
}
</style>