Shades of Wedgewood #53738D
Tints of Wedgewood #53738D
RGB
CMYK
RGB Variations
Color information
#53738D (or 0x53738D) is known color: Wedgewood. HEX triplet: 53, 73 and 8D. RGB value is (83,115,141). Sum of RGB (Red+Green+Blue) = 83+115+141=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #53738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53738D is #AC8C72. Grayscale: #6C6C6C. Windows color (decimal): -11308147 or 9270099. OLE color: 9270099.
HSL color Cylindrical-coordinate representation of color #53738D: hue angle of 206.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53738D is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 115 | 141 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.45 |
| HSL | 206.9º | 0.26% | 0.44% | - |
| HSV(B) | 206.9º | 0.41% | 0.55% | - |
| XYZ | 14.51 | 16.02 | 27.53 | - |
| YUV | 108.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 141 | 0.41 | 0.18 | 0 | 0.45 | 206.9 | 0.26 | 0.44 |
| Hex | 53 | 73 | 8D | 29 | 12 | 0 | 2D | CF | 1A | 2C |
| Octal | 123 | 163 | 215 | 51 | 22 | 0 | 55 | 317 | 32 | 54 |
| Binary | 1010011 | 1110011 | 10001101 | 101001 | 10010 | 0 | 101101 | 11001111 | 11010 | 101100 |
Color Harmonies of #53738D
Complementary color
Monochromatic Colors of #53738D
Black with #53738D
Text Example
Text Example
White with #53738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53738D; }
p { color: rgb(83,115,141); }
H1.HeaderClassName
{
color: #53738D;
}
.AnyTagClassName
{
color: #53738D;
}
</style>
background-color css
<style>
a { background-color: #53738D; }
a { background-color: rgb(83,115,141); }
div.DivClassName
{
background-color: #53738D;
}
.BgClassName
{
background-color: #53738D;
}
</style>
border-color css
<style>
span { border-color: #53738D; }
span { border-color: rgb(83,115,141); }
td.TdClassName
{
border-color: #53738D;
}
.TagClassName
{
border-color: #53738D;
}
</style>