Shades of Wedgewood #53697A
Tints of Wedgewood #53697A
RGB
CMYK
RGB Variations
Color information
#53697A (or 0x53697A) is known color: Wedgewood. HEX triplet: 53, 69 and 7A. RGB value is (83,105,122). Sum of RGB (Red+Green+Blue) = 83+105+122=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #53697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53697A is #AC9685. Grayscale: #646464. Windows color (decimal): -11310726 or 8022355. OLE color: 8022355.
HSL color Cylindrical-coordinate representation of color #53697A: hue angle of 206.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53697A is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 105 | 122 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.52 |
| HSL | 206.15º | 0.19% | 0.4% | - |
| HSV(B) | 206.15º | 0.32% | 0.48% | - |
| XYZ | 12.13 | 13.35 | 20.35 | - |
| YUV | 100.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 122 | 0.32 | 0.14 | 0 | 0.52 | 206.15 | 0.19 | 0.4 |
| Hex | 53 | 69 | 7A | 20 | E | 0 | 34 | CE | 13 | 28 |
| Octal | 123 | 151 | 172 | 40 | 16 | 0 | 64 | 316 | 23 | 50 |
| Binary | 1010011 | 1101001 | 1111010 | 100000 | 1110 | 0 | 110100 | 11001110 | 10011 | 101000 |
Color Harmonies of #53697A
Complementary color
Monochromatic Colors of #53697A
Black with #53697A
Text Example
Text Example
White with #53697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53697A; }
p { color: rgb(83,105,122); }
H1.HeaderClassName
{
color: #53697A;
}
.AnyTagClassName
{
color: #53697A;
}
</style>
background-color css
<style>
a { background-color: #53697A; }
a { background-color: rgb(83,105,122); }
div.DivClassName
{
background-color: #53697A;
}
.BgClassName
{
background-color: #53697A;
}
</style>
border-color css
<style>
span { border-color: #53697A; }
span { border-color: rgb(83,105,122); }
td.TdClassName
{
border-color: #53697A;
}
.TagClassName
{
border-color: #53697A;
}
</style>