Shades of Wedgewood #53667B
Tints of Wedgewood #53667B
RGB
CMYK
RGB Variations
Color information
#53667B (or 0x53667B) is known color: Wedgewood. HEX triplet: 53, 66 and 7B. RGB value is (83,102,123). Sum of RGB (Red+Green+Blue) = 83+102+123=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #53667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53667B is #AC9984. Grayscale: #626262. Windows color (decimal): -11311493 or 8087123. OLE color: 8087123.
HSL color Cylindrical-coordinate representation of color #53667B: hue angle of 211.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53667B is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 102 | 123 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.52 |
| HSL | 211.5º | 0.19% | 0.4% | - |
| HSV(B) | 211.5º | 0.33% | 0.48% | - |
| XYZ | 11.89 | 12.77 | 20.58 | - |
| YUV | 98.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 123 | 0.33 | 0.17 | 0 | 0.52 | 211.5 | 0.19 | 0.4 |
| Hex | 53 | 66 | 7B | 21 | 11 | 0 | 34 | D4 | 13 | 28 |
| Octal | 123 | 146 | 173 | 41 | 21 | 0 | 64 | 324 | 23 | 50 |
| Binary | 1010011 | 1100110 | 1111011 | 100001 | 10001 | 0 | 110100 | 11010100 | 10011 | 101000 |
Color Harmonies of #53667B
Complementary color
Monochromatic Colors of #53667B
Black with #53667B
Text Example
Text Example
White with #53667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53667B; }
p { color: rgb(83,102,123); }
H1.HeaderClassName
{
color: #53667B;
}
.AnyTagClassName
{
color: #53667B;
}
</style>
background-color css
<style>
a { background-color: #53667B; }
a { background-color: rgb(83,102,123); }
div.DivClassName
{
background-color: #53667B;
}
.BgClassName
{
background-color: #53667B;
}
</style>
border-color css
<style>
span { border-color: #53667B; }
span { border-color: rgb(83,102,123); }
td.TdClassName
{
border-color: #53667B;
}
.TagClassName
{
border-color: #53667B;
}
</style>