Shades of Wedgewood #53748B
Tints of Wedgewood #53748B
RGB
CMYK
RGB Variations
Color information
#53748B (or 0x53748B) is known color: Wedgewood. HEX triplet: 53, 74 and 8B. RGB value is (83,116,139). Sum of RGB (Red+Green+Blue) = 83+116+139=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #53748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748B is #AC8B74. Grayscale: #6C6C6C. Windows color (decimal): -11307893 or 9139283. OLE color: 9139283.
HSL color Cylindrical-coordinate representation of color #53748B: hue angle of 204.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53748B is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 116 | 139 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.45 |
| HSL | 204.64º | 0.25% | 0.44% | - |
| HSV(B) | 204.64º | 0.4% | 0.55% | - |
| XYZ | 14.47 | 16.19 | 26.79 | - |
| YUV | 108.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 139 | 0.40 | 0.17 | 0 | 0.45 | 204.64 | 0.25 | 0.44 |
| Hex | 53 | 74 | 8B | 28 | 11 | 0 | 2D | CD | 19 | 2C |
| Octal | 123 | 164 | 213 | 50 | 21 | 0 | 55 | 315 | 31 | 54 |
| Binary | 1010011 | 1110100 | 10001011 | 101000 | 10001 | 0 | 101101 | 11001101 | 11001 | 101100 |
Color Harmonies of #53748B
Complementary color
Monochromatic Colors of #53748B
Black with #53748B
Text Example
Text Example
White with #53748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53748B; }
p { color: rgb(83,116,139); }
H1.HeaderClassName
{
color: #53748B;
}
.AnyTagClassName
{
color: #53748B;
}
</style>
background-color css
<style>
a { background-color: #53748B; }
a { background-color: rgb(83,116,139); }
div.DivClassName
{
background-color: #53748B;
}
.BgClassName
{
background-color: #53748B;
}
</style>
border-color css
<style>
span { border-color: #53748B; }
span { border-color: rgb(83,116,139); }
td.TdClassName
{
border-color: #53748B;
}
.TagClassName
{
border-color: #53748B;
}
</style>