Shades of Wedgewood #53687A
Tints of Wedgewood #53687A
RGB
CMYK
RGB Variations
Color information
#53687A (or 0x53687A) is known color: Wedgewood. HEX triplet: 53, 68 and 7A. RGB value is (83,104,122). Sum of RGB (Red+Green+Blue) = 83+104+122=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #53687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53687A is #AC9785. Grayscale: #636363. Windows color (decimal): -11310982 or 8022099. OLE color: 8022099.
HSL color Cylindrical-coordinate representation of color #53687A: hue angle of 207.69º 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 #53687A is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 104 | 122 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.52 |
| HSL | 207.69º | 0.19% | 0.4% | - |
| HSV(B) | 207.69º | 0.32% | 0.48% | - |
| XYZ | 12.03 | 13.14 | 20.32 | - |
| YUV | 99.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 122 | 0.32 | 0.15 | 0 | 0.52 | 207.69 | 0.19 | 0.4 |
| Hex | 53 | 68 | 7A | 20 | F | 0 | 34 | D0 | 13 | 28 |
| Octal | 123 | 150 | 172 | 40 | 17 | 0 | 64 | 320 | 23 | 50 |
| Binary | 1010011 | 1101000 | 1111010 | 100000 | 1111 | 0 | 110100 | 11010000 | 10011 | 101000 |
Color Harmonies of #53687A
Complementary color
Monochromatic Colors of #53687A
Black with #53687A
Text Example
Text Example
White with #53687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53687A; }
p { color: rgb(83,104,122); }
H1.HeaderClassName
{
color: #53687A;
}
.AnyTagClassName
{
color: #53687A;
}
</style>
background-color css
<style>
a { background-color: #53687A; }
a { background-color: rgb(83,104,122); }
div.DivClassName
{
background-color: #53687A;
}
.BgClassName
{
background-color: #53687A;
}
</style>
border-color css
<style>
span { border-color: #53687A; }
span { border-color: rgb(83,104,122); }
td.TdClassName
{
border-color: #53687A;
}
.TagClassName
{
border-color: #53687A;
}
</style>