Shades of Meteorite #53446E
Tints of Meteorite #53446E
RGB
CMYK
RGB Variations
Color information
#53446E (or 0x53446E) is known color: Meteorite. HEX triplet: 53, 44 and 6E. RGB value is (83,68,110). Sum of RGB (Red+Green+Blue) = 83+68+110=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #53446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53446E is #ACBB91. Grayscale: #4D4D4D. Windows color (decimal): -11320210 or 7226451. OLE color: 7226451.
HSL color Cylindrical-coordinate representation of color #53446E: hue angle of 261.43º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53446E is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 68 | 110 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.57 |
| HSL | 261.43º | 0.24% | 0.35% | - |
| HSV(B) | 261.43º | 0.38% | 0.43% | - |
| XYZ | 8.45 | 7.1 | 15.68 | - |
| YUV | 77.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 110 | 0.25 | 0.38 | 0 | 0.57 | 261.43 | 0.24 | 0.35 |
| Hex | 53 | 44 | 6E | 19 | 26 | 0 | 39 | 105 | 18 | 23 |
| Octal | 123 | 104 | 156 | 31 | 46 | 0 | 71 | 405 | 30 | 43 |
| Binary | 1010011 | 1000100 | 1101110 | 11001 | 100110 | 0 | 111001 | 100000101 | 11000 | 100011 |
Color Harmonies of #53446E
Complementary color
Monochromatic Colors of #53446E
Black with #53446E
Text Example
Text Example
White with #53446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53446E; }
p { color: rgb(83,68,110); }
H1.HeaderClassName
{
color: #53446E;
}
.AnyTagClassName
{
color: #53446E;
}
</style>
background-color css
<style>
a { background-color: #53446E; }
a { background-color: rgb(83,68,110); }
div.DivClassName
{
background-color: #53446E;
}
.BgClassName
{
background-color: #53446E;
}
</style>
border-color css
<style>
span { border-color: #53446E; }
span { border-color: rgb(83,68,110); }
td.TdClassName
{
border-color: #53446E;
}
.TagClassName
{
border-color: #53446E;
}
</style>