Shades of Meteorite #53496D
Tints of Meteorite #53496D
RGB
CMYK
RGB Variations
Color information
#53496D (or 0x53496D) is known color: Meteorite. HEX triplet: 53, 49 and 6D. RGB value is (83,73,109). Sum of RGB (Red+Green+Blue) = 83+73+109=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #53496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53496D is #ACB692. Grayscale: #4F4F4F. Windows color (decimal): -11318931 or 7162195. OLE color: 7162195.
HSL color Cylindrical-coordinate representation of color #53496D: hue angle of 256.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53496D is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 73 | 109 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.57 |
| HSL | 256.67º | 0.2% | 0.36% | - |
| HSV(B) | 256.67º | 0.33% | 0.43% | - |
| XYZ | 8.71 | 7.71 | 15.5 | - |
| YUV | 80.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 109 | 0.24 | 0.33 | 0 | 0.57 | 256.67 | 0.2 | 0.36 |
| Hex | 53 | 49 | 6D | 18 | 21 | 0 | 39 | 101 | 14 | 24 |
| Octal | 123 | 111 | 155 | 30 | 41 | 0 | 71 | 401 | 24 | 44 |
| Binary | 1010011 | 1001001 | 1101101 | 11000 | 100001 | 0 | 111001 | 100000001 | 10100 | 100100 |
Color Harmonies of #53496D
Complementary color
Monochromatic Colors of #53496D
Black with #53496D
Text Example
Text Example
White with #53496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53496D; }
p { color: rgb(83,73,109); }
H1.HeaderClassName
{
color: #53496D;
}
.AnyTagClassName
{
color: #53496D;
}
</style>
background-color css
<style>
a { background-color: #53496D; }
a { background-color: rgb(83,73,109); }
div.DivClassName
{
background-color: #53496D;
}
.BgClassName
{
background-color: #53496D;
}
</style>
border-color css
<style>
span { border-color: #53496D; }
span { border-color: rgb(83,73,109); }
td.TdClassName
{
border-color: #53496D;
}
.TagClassName
{
border-color: #53496D;
}
</style>