Shades of Wedgewood #53748E
Tints of Wedgewood #53748E
RGB
CMYK
RGB Variations
Color information
#53748E (or 0x53748E) is known color: Wedgewood. HEX triplet: 53, 74 and 8E. RGB value is (83,116,142). Sum of RGB (Red+Green+Blue) = 83+116+142=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #53748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748E is #AC8B71. Grayscale: #6C6C6C. Windows color (decimal): -11307890 or 9335891. OLE color: 9335891.
HSL color Cylindrical-coordinate representation of color #53748E: hue angle of 206.44º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53748E is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 116 | 142 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.44 |
| HSL | 206.44º | 0.26% | 0.44% | - |
| HSV(B) | 206.44º | 0.42% | 0.56% | - |
| XYZ | 14.7 | 16.28 | 27.96 | - |
| YUV | 109.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 142 | 0.42 | 0.18 | 0 | 0.44 | 206.44 | 0.26 | 0.44 |
| Hex | 53 | 74 | 8E | 2A | 12 | 0 | 2C | CE | 1A | 2C |
| Octal | 123 | 164 | 216 | 52 | 22 | 0 | 54 | 316 | 32 | 54 |
| Binary | 1010011 | 1110100 | 10001110 | 101010 | 10010 | 0 | 101100 | 11001110 | 11010 | 101100 |
Color Harmonies of #53748E
Complementary color
Monochromatic Colors of #53748E
Black with #53748E
Text Example
Text Example
White with #53748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53748E; }
p { color: rgb(83,116,142); }
H1.HeaderClassName
{
color: #53748E;
}
.AnyTagClassName
{
color: #53748E;
}
</style>
background-color css
<style>
a { background-color: #53748E; }
a { background-color: rgb(83,116,142); }
div.DivClassName
{
background-color: #53748E;
}
.BgClassName
{
background-color: #53748E;
}
</style>
border-color css
<style>
span { border-color: #53748E; }
span { border-color: rgb(83,116,142); }
td.TdClassName
{
border-color: #53748E;
}
.TagClassName
{
border-color: #53748E;
}
</style>