Shades of Wedgewood #52748B
Tints of Wedgewood #52748B
RGB
CMYK
RGB Variations
Color information
#52748B (or 0x52748B) is known color: Wedgewood. HEX triplet: 52, 74 and 8B. RGB value is (82,116,139). Sum of RGB (Red+Green+Blue) = 82+116+139=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #52748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52748B is #AD8B74. Grayscale: #6C6C6C. Windows color (decimal): -11373429 or 9139282. OLE color: 9139282.
HSL color Cylindrical-coordinate representation of color #52748B: hue angle of 204.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52748B is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 116 | 139 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.45 |
| HSL | 204.21º | 0.26% | 0.43% | - |
| HSV(B) | 204.21º | 0.41% | 0.55% | - |
| XYZ | 14.39 | 16.15 | 26.78 | - |
| YUV | 108.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 139 | 0.41 | 0.17 | 0 | 0.45 | 204.21 | 0.26 | 0.43 |
| Hex | 52 | 74 | 8B | 29 | 11 | 0 | 2D | CC | 1A | 2B |
| Octal | 122 | 164 | 213 | 51 | 21 | 0 | 55 | 314 | 32 | 53 |
| Binary | 1010010 | 1110100 | 10001011 | 101001 | 10001 | 0 | 101101 | 11001100 | 11010 | 101011 |
Color Harmonies of #52748B
Complementary color
Monochromatic Colors of #52748B
Black with #52748B
Text Example
Text Example
White with #52748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52748B; }
p { color: rgb(82,116,139); }
H1.HeaderClassName
{
color: #52748B;
}
.AnyTagClassName
{
color: #52748B;
}
</style>
background-color css
<style>
a { background-color: #52748B; }
a { background-color: rgb(82,116,139); }
div.DivClassName
{
background-color: #52748B;
}
.BgClassName
{
background-color: #52748B;
}
</style>
border-color css
<style>
span { border-color: #52748B; }
span { border-color: rgb(82,116,139); }
td.TdClassName
{
border-color: #52748B;
}
.TagClassName
{
border-color: #52748B;
}
</style>