Shades of Wedgewood #53697C
Tints of Wedgewood #53697C
RGB
CMYK
RGB Variations
Color information
#53697C (or 0x53697C) is known color: Wedgewood. HEX triplet: 53, 69 and 7C. RGB value is (83,105,124). Sum of RGB (Red+Green+Blue) = 83+105+124=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #53697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53697C is #AC9683. Grayscale: #646464. Windows color (decimal): -11310724 or 8153427. OLE color: 8153427.
HSL color Cylindrical-coordinate representation of color #53697C: hue angle of 207.8º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53697C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 105 | 124 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.51 |
| HSL | 207.8º | 0.2% | 0.41% | - |
| HSV(B) | 207.8º | 0.33% | 0.49% | - |
| XYZ | 12.26 | 13.4 | 21.01 | - |
| YUV | 100.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 124 | 0.33 | 0.15 | 0 | 0.51 | 207.8 | 0.2 | 0.41 |
| Hex | 53 | 69 | 7C | 21 | F | 0 | 33 | D0 | 14 | 29 |
| Octal | 123 | 151 | 174 | 41 | 17 | 0 | 63 | 320 | 24 | 51 |
| Binary | 1010011 | 1101001 | 1111100 | 100001 | 1111 | 0 | 110011 | 11010000 | 10100 | 101001 |
Color Harmonies of #53697C
Complementary color
Monochromatic Colors of #53697C
Black with #53697C
Text Example
Text Example
White with #53697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53697C; }
p { color: rgb(83,105,124); }
H1.HeaderClassName
{
color: #53697C;
}
.AnyTagClassName
{
color: #53697C;
}
</style>
background-color css
<style>
a { background-color: #53697C; }
a { background-color: rgb(83,105,124); }
div.DivClassName
{
background-color: #53697C;
}
.BgClassName
{
background-color: #53697C;
}
</style>
border-color css
<style>
span { border-color: #53697C; }
span { border-color: rgb(83,105,124); }
td.TdClassName
{
border-color: #53697C;
}
.TagClassName
{
border-color: #53697C;
}
</style>