Shades of Wedgewood #53667D
Tints of Wedgewood #53667D
RGB
CMYK
RGB Variations
Color information
#53667D (or 0x53667D) is known color: Wedgewood. HEX triplet: 53, 66 and 7D. RGB value is (83,102,125). Sum of RGB (Red+Green+Blue) = 83+102+125=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #53667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53667D is #AC9982. Grayscale: #626262. Windows color (decimal): -11311491 or 8218195. OLE color: 8218195.
HSL color Cylindrical-coordinate representation of color #53667D: hue angle of 212.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53667D is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 102 | 125 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.51 |
| HSL | 212.86º | 0.2% | 0.41% | - |
| HSV(B) | 212.86º | 0.34% | 0.49% | - |
| XYZ | 12.02 | 12.82 | 21.24 | - |
| YUV | 98.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 125 | 0.34 | 0.18 | 0 | 0.51 | 212.86 | 0.2 | 0.41 |
| Hex | 53 | 66 | 7D | 22 | 12 | 0 | 33 | D5 | 14 | 29 |
| Octal | 123 | 146 | 175 | 42 | 22 | 0 | 63 | 325 | 24 | 51 |
| Binary | 1010011 | 1100110 | 1111101 | 100010 | 10010 | 0 | 110011 | 11010101 | 10100 | 101001 |
Color Harmonies of #53667D
Complementary color
Monochromatic Colors of #53667D
Black with #53667D
Text Example
Text Example
White with #53667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53667D; }
p { color: rgb(83,102,125); }
H1.HeaderClassName
{
color: #53667D;
}
.AnyTagClassName
{
color: #53667D;
}
</style>
background-color css
<style>
a { background-color: #53667D; }
a { background-color: rgb(83,102,125); }
div.DivClassName
{
background-color: #53667D;
}
.BgClassName
{
background-color: #53667D;
}
</style>
border-color css
<style>
span { border-color: #53667D; }
span { border-color: rgb(83,102,125); }
td.TdClassName
{
border-color: #53667D;
}
.TagClassName
{
border-color: #53667D;
}
</style>