Shades of Wedgewood #52748A
Tints of Wedgewood #52748A
RGB
CMYK
RGB Variations
Color information
#52748A (or 0x52748A) is known color: Wedgewood. HEX triplet: 52, 74 and 8A. RGB value is (82,116,138). Sum of RGB (Red+Green+Blue) = 82+116+138=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #52748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52748A is #AD8B75. Grayscale: #6C6C6C. Windows color (decimal): -11373430 or 9073746. OLE color: 9073746.
HSL color Cylindrical-coordinate representation of color #52748A: hue angle of 203.57º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52748A is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 116 | 138 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.46 |
| HSL | 203.57º | 0.25% | 0.43% | - |
| HSV(B) | 203.57º | 0.41% | 0.54% | - |
| XYZ | 14.31 | 16.12 | 26.4 | - |
| YUV | 108.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 138 | 0.41 | 0.16 | 0 | 0.46 | 203.57 | 0.25 | 0.43 |
| Hex | 52 | 74 | 8A | 29 | 10 | 0 | 2E | CC | 19 | 2B |
| Octal | 122 | 164 | 212 | 51 | 20 | 0 | 56 | 314 | 31 | 53 |
| Binary | 1010010 | 1110100 | 10001010 | 101001 | 10000 | 0 | 101110 | 11001100 | 11001 | 101011 |
Color Harmonies of #52748A
Complementary color
Monochromatic Colors of #52748A
Black with #52748A
Text Example
Text Example
White with #52748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52748A; }
p { color: rgb(82,116,138); }
H1.HeaderClassName
{
color: #52748A;
}
.AnyTagClassName
{
color: #52748A;
}
</style>
background-color css
<style>
a { background-color: #52748A; }
a { background-color: rgb(82,116,138); }
div.DivClassName
{
background-color: #52748A;
}
.BgClassName
{
background-color: #52748A;
}
</style>
border-color css
<style>
span { border-color: #52748A; }
span { border-color: rgb(82,116,138); }
td.TdClassName
{
border-color: #52748A;
}
.TagClassName
{
border-color: #52748A;
}
</style>