Shades of Wedgewood #53738E
Tints of Wedgewood #53738E
RGB
CMYK
RGB Variations
Color information
#53738E (or 0x53738E) is known color: Wedgewood. HEX triplet: 53, 73 and 8E. RGB value is (83,115,142). Sum of RGB (Red+Green+Blue) = 83+115+142=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #53738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53738E is #AC8C71. Grayscale: #6C6C6C. Windows color (decimal): -11308146 or 9335635. OLE color: 9335635.
HSL color Cylindrical-coordinate representation of color #53738E: hue angle of 207.46º 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 #53738E is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 115 | 142 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.44 |
| HSL | 207.46º | 0.26% | 0.44% | - |
| HSV(B) | 207.46º | 0.42% | 0.56% | - |
| XYZ | 14.58 | 16.05 | 27.92 | - |
| YUV | 108.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 142 | 0.42 | 0.19 | 0 | 0.44 | 207.46 | 0.26 | 0.44 |
| Hex | 53 | 73 | 8E | 2A | 13 | 0 | 2C | CF | 1A | 2C |
| Octal | 123 | 163 | 216 | 52 | 23 | 0 | 54 | 317 | 32 | 54 |
| Binary | 1010011 | 1110011 | 10001110 | 101010 | 10011 | 0 | 101100 | 11001111 | 11010 | 101100 |
Color Harmonies of #53738E
Complementary color
Monochromatic Colors of #53738E
Black with #53738E
Text Example
Text Example
White with #53738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53738E; }
p { color: rgb(83,115,142); }
H1.HeaderClassName
{
color: #53738E;
}
.AnyTagClassName
{
color: #53738E;
}
</style>
background-color css
<style>
a { background-color: #53738E; }
a { background-color: rgb(83,115,142); }
div.DivClassName
{
background-color: #53738E;
}
.BgClassName
{
background-color: #53738E;
}
</style>
border-color css
<style>
span { border-color: #53738E; }
span { border-color: rgb(83,115,142); }
td.TdClassName
{
border-color: #53738E;
}
.TagClassName
{
border-color: #53738E;
}
</style>