Shades of Wedgewood #53738B
Tints of Wedgewood #53738B
RGB
CMYK
RGB Variations
Color information
#53738B (or 0x53738B) is known color: Wedgewood. HEX triplet: 53, 73 and 8B. RGB value is (83,115,139). Sum of RGB (Red+Green+Blue) = 83+115+139=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 115 (45.31% from 255 or 34.12% 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 #53738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53738B is #AC8C74. Grayscale: #6C6C6C. Windows color (decimal): -11308149 or 9139027. OLE color: 9139027.
HSL color Cylindrical-coordinate representation of color #53738B: hue angle of 205.71º 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 #53738B is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 115 | 139 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.45 |
| HSL | 205.71º | 0.25% | 0.44% | - |
| HSV(B) | 205.71º | 0.4% | 0.55% | - |
| XYZ | 14.36 | 15.96 | 26.75 | - |
| YUV | 108.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 139 | 0.40 | 0.17 | 0 | 0.45 | 205.71 | 0.25 | 0.44 |
| Hex | 53 | 73 | 8B | 28 | 11 | 0 | 2D | CE | 19 | 2C |
| Octal | 123 | 163 | 213 | 50 | 21 | 0 | 55 | 316 | 31 | 54 |
| Binary | 1010011 | 1110011 | 10001011 | 101000 | 10001 | 0 | 101101 | 11001110 | 11001 | 101100 |
Color Harmonies of #53738B
Complementary color
Monochromatic Colors of #53738B
Black with #53738B
Text Example
Text Example
White with #53738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53738B; }
p { color: rgb(83,115,139); }
H1.HeaderClassName
{
color: #53738B;
}
.AnyTagClassName
{
color: #53738B;
}
</style>
background-color css
<style>
a { background-color: #53738B; }
a { background-color: rgb(83,115,139); }
div.DivClassName
{
background-color: #53738B;
}
.BgClassName
{
background-color: #53738B;
}
</style>
border-color css
<style>
span { border-color: #53738B; }
span { border-color: rgb(83,115,139); }
td.TdClassName
{
border-color: #53738B;
}
.TagClassName
{
border-color: #53738B;
}
</style>