Shades of Wedgewood #52768D
Tints of Wedgewood #52768D
RGB
CMYK
RGB Variations
Color information
#52768D (or 0x52768D) is known color: Wedgewood. HEX triplet: 52, 76 and 8D. RGB value is (82,118,141). Sum of RGB (Red+Green+Blue) = 82+118+141=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #52768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52768D is #AD8972. Grayscale: #6D6D6D. Windows color (decimal): -11372915 or 9270866. OLE color: 9270866.
HSL color Cylindrical-coordinate representation of color #52768D: hue angle of 203.39º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52768D is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 118 | 141 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.45 |
| HSL | 203.39º | 0.26% | 0.44% | - |
| HSV(B) | 203.39º | 0.42% | 0.55% | - |
| XYZ | 14.77 | 16.67 | 27.64 | - |
| YUV | 109.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 141 | 0.42 | 0.16 | 0 | 0.45 | 203.39 | 0.26 | 0.44 |
| Hex | 52 | 76 | 8D | 2A | 10 | 0 | 2D | CB | 1A | 2C |
| Octal | 122 | 166 | 215 | 52 | 20 | 0 | 55 | 313 | 32 | 54 |
| Binary | 1010010 | 1110110 | 10001101 | 101010 | 10000 | 0 | 101101 | 11001011 | 11010 | 101100 |
Color Harmonies of #52768D
Complementary color
Monochromatic Colors of #52768D
Black with #52768D
Text Example
Text Example
White with #52768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52768D; }
p { color: rgb(82,118,141); }
H1.HeaderClassName
{
color: #52768D;
}
.AnyTagClassName
{
color: #52768D;
}
</style>
background-color css
<style>
a { background-color: #52768D; }
a { background-color: rgb(82,118,141); }
div.DivClassName
{
background-color: #52768D;
}
.BgClassName
{
background-color: #52768D;
}
</style>
border-color css
<style>
span { border-color: #52768D; }
span { border-color: rgb(82,118,141); }
td.TdClassName
{
border-color: #52768D;
}
.TagClassName
{
border-color: #52768D;
}
</style>