Shades of Wedgewood #53667A
Tints of Wedgewood #53667A
RGB
CMYK
RGB Variations
Color information
#53667A (or 0x53667A) is known color: Wedgewood. HEX triplet: 53, 66 and 7A. RGB value is (83,102,122). Sum of RGB (Red+Green+Blue) = 83+102+122=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #53667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53667A is #AC9985. Grayscale: #626262. Windows color (decimal): -11311494 or 8021587. OLE color: 8021587.
HSL color Cylindrical-coordinate representation of color #53667A: hue angle of 210.77º 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 #53667A is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 102 | 122 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.52 |
| HSL | 210.77º | 0.19% | 0.4% | - |
| HSV(B) | 210.77º | 0.32% | 0.48% | - |
| XYZ | 11.83 | 12.75 | 20.25 | - |
| YUV | 98.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 122 | 0.32 | 0.16 | 0 | 0.52 | 210.77 | 0.19 | 0.4 |
| Hex | 53 | 66 | 7A | 20 | 10 | 0 | 34 | D3 | 13 | 28 |
| Octal | 123 | 146 | 172 | 40 | 20 | 0 | 64 | 323 | 23 | 50 |
| Binary | 1010011 | 1100110 | 1111010 | 100000 | 10000 | 0 | 110100 | 11010011 | 10011 | 101000 |
Color Harmonies of #53667A
Complementary color
Monochromatic Colors of #53667A
Black with #53667A
Text Example
Text Example
White with #53667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53667A; }
p { color: rgb(83,102,122); }
H1.HeaderClassName
{
color: #53667A;
}
.AnyTagClassName
{
color: #53667A;
}
</style>
background-color css
<style>
a { background-color: #53667A; }
a { background-color: rgb(83,102,122); }
div.DivClassName
{
background-color: #53667A;
}
.BgClassName
{
background-color: #53667A;
}
</style>
border-color css
<style>
span { border-color: #53667A; }
span { border-color: rgb(83,102,122); }
td.TdClassName
{
border-color: #53667A;
}
.TagClassName
{
border-color: #53667A;
}
</style>