Shades of Wedgewood #52697B
Tints of Wedgewood #52697B
RGB
CMYK
RGB Variations
Color information
#52697B (or 0x52697B) is known color: Wedgewood. HEX triplet: 52, 69 and 7B. RGB value is (82,105,123). Sum of RGB (Red+Green+Blue) = 82+105+123=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #52697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52697B is #AD9684. Grayscale: #646464. Windows color (decimal): -11376261 or 8087890. OLE color: 8087890.
HSL color Cylindrical-coordinate representation of color #52697B: hue angle of 206.34º 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 #52697B is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 105 | 123 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.52 |
| HSL | 206.34º | 0.2% | 0.4% | - |
| HSV(B) | 206.34º | 0.33% | 0.48% | - |
| XYZ | 12.11 | 13.33 | 20.67 | - |
| YUV | 100.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 123 | 0.33 | 0.15 | 0 | 0.52 | 206.34 | 0.2 | 0.4 |
| Hex | 52 | 69 | 7B | 21 | F | 0 | 34 | CE | 14 | 28 |
| Octal | 122 | 151 | 173 | 41 | 17 | 0 | 64 | 316 | 24 | 50 |
| Binary | 1010010 | 1101001 | 1111011 | 100001 | 1111 | 0 | 110100 | 11001110 | 10100 | 101000 |
Color Harmonies of #52697B
Complementary color
Monochromatic Colors of #52697B
Black with #52697B
Text Example
Text Example
White with #52697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52697B; }
p { color: rgb(82,105,123); }
H1.HeaderClassName
{
color: #52697B;
}
.AnyTagClassName
{
color: #52697B;
}
</style>
background-color css
<style>
a { background-color: #52697B; }
a { background-color: rgb(82,105,123); }
div.DivClassName
{
background-color: #52697B;
}
.BgClassName
{
background-color: #52697B;
}
</style>
border-color css
<style>
span { border-color: #52697B; }
span { border-color: rgb(82,105,123); }
td.TdClassName
{
border-color: #52697B;
}
.TagClassName
{
border-color: #52697B;
}
</style>