Shades of Wedgewood #53718A
Tints of Wedgewood #53718A
RGB
CMYK
RGB Variations
Color information
#53718A (or 0x53718A) is known color: Wedgewood. HEX triplet: 53, 71 and 8A. RGB value is (83,113,138). Sum of RGB (Red+Green+Blue) = 83+113+138=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #53718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53718A is #AC8E75. Grayscale: #6A6A6A. Windows color (decimal): -11308662 or 9072979. OLE color: 9072979.
HSL color Cylindrical-coordinate representation of color #53718A: hue angle of 207.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53718A is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 113 | 138 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.46 |
| HSL | 207.27º | 0.25% | 0.43% | - |
| HSV(B) | 207.27º | 0.4% | 0.54% | - |
| XYZ | 14.06 | 15.48 | 26.29 | - |
| YUV | 106.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 138 | 0.40 | 0.18 | 0 | 0.46 | 207.27 | 0.25 | 0.43 |
| Hex | 53 | 71 | 8A | 28 | 12 | 0 | 2E | CF | 19 | 2B |
| Octal | 123 | 161 | 212 | 50 | 22 | 0 | 56 | 317 | 31 | 53 |
| Binary | 1010011 | 1110001 | 10001010 | 101000 | 10010 | 0 | 101110 | 11001111 | 11001 | 101011 |
Color Harmonies of #53718A
Complementary color
Monochromatic Colors of #53718A
Black with #53718A
Text Example
Text Example
White with #53718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53718A; }
p { color: rgb(83,113,138); }
H1.HeaderClassName
{
color: #53718A;
}
.AnyTagClassName
{
color: #53718A;
}
</style>
background-color css
<style>
a { background-color: #53718A; }
a { background-color: rgb(83,113,138); }
div.DivClassName
{
background-color: #53718A;
}
.BgClassName
{
background-color: #53718A;
}
</style>
border-color css
<style>
span { border-color: #53718A; }
span { border-color: rgb(83,113,138); }
td.TdClassName
{
border-color: #53718A;
}
.TagClassName
{
border-color: #53718A;
}
</style>