Shades of Wedgewood #53708B
Tints of Wedgewood #53708B
RGB
CMYK
RGB Variations
Color information
#53708B (or 0x53708B) is known color: Wedgewood. HEX triplet: 53, 70 and 8B. RGB value is (83,112,139). Sum of RGB (Red+Green+Blue) = 83+112+139=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #53708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53708B is #AC8F74. Grayscale: #6A6A6A. Windows color (decimal): -11308917 or 9138259. OLE color: 9138259.
HSL color Cylindrical-coordinate representation of color #53708B: hue angle of 208.93º 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 #53708B is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 112 | 139 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.45 |
| HSL | 208.93º | 0.25% | 0.44% | - |
| HSV(B) | 208.93º | 0.4% | 0.55% | - |
| XYZ | 14.02 | 15.29 | 26.64 | - |
| YUV | 106.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 139 | 0.40 | 0.19 | 0 | 0.45 | 208.93 | 0.25 | 0.44 |
| Hex | 53 | 70 | 8B | 28 | 13 | 0 | 2D | D1 | 19 | 2C |
| Octal | 123 | 160 | 213 | 50 | 23 | 0 | 55 | 321 | 31 | 54 |
| Binary | 1010011 | 1110000 | 10001011 | 101000 | 10011 | 0 | 101101 | 11010001 | 11001 | 101100 |
Color Harmonies of #53708B
Complementary color
Monochromatic Colors of #53708B
Black with #53708B
Text Example
Text Example
White with #53708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53708B; }
p { color: rgb(83,112,139); }
H1.HeaderClassName
{
color: #53708B;
}
.AnyTagClassName
{
color: #53708B;
}
</style>
background-color css
<style>
a { background-color: #53708B; }
a { background-color: rgb(83,112,139); }
div.DivClassName
{
background-color: #53708B;
}
.BgClassName
{
background-color: #53708B;
}
</style>
border-color css
<style>
span { border-color: #53708B; }
span { border-color: rgb(83,112,139); }
td.TdClassName
{
border-color: #53708B;
}
.TagClassName
{
border-color: #53708B;
}
</style>