Shades of Meteorite #53476A
Tints of Meteorite #53476A
RGB
CMYK
RGB Variations
Color information
#53476A (or 0x53476A) is known color: Meteorite. HEX triplet: 53, 47 and 6A. RGB value is (83,71,106). Sum of RGB (Red+Green+Blue) = 83+71+106=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #53476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53476A is #ACB895. Grayscale: #4E4E4E. Windows color (decimal): -11319446 or 6965075. OLE color: 6965075.
HSL color Cylindrical-coordinate representation of color #53476A: hue angle of 260.57º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53476A is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 71 | 106 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.58 |
| HSL | 260.57º | 0.2% | 0.35% | - |
| HSV(B) | 260.57º | 0.33% | 0.42% | - |
| XYZ | 8.42 | 7.39 | 14.62 | - |
| YUV | 78.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 106 | 0.22 | 0.33 | 0 | 0.58 | 260.57 | 0.2 | 0.35 |
| Hex | 53 | 47 | 6A | 16 | 21 | 0 | 3A | 105 | 14 | 23 |
| Octal | 123 | 107 | 152 | 26 | 41 | 0 | 72 | 405 | 24 | 43 |
| Binary | 1010011 | 1000111 | 1101010 | 10110 | 100001 | 0 | 111010 | 100000101 | 10100 | 100011 |
Color Harmonies of #53476A
Complementary color
Monochromatic Colors of #53476A
Black with #53476A
Text Example
Text Example
White with #53476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53476A; }
p { color: rgb(83,71,106); }
H1.HeaderClassName
{
color: #53476A;
}
.AnyTagClassName
{
color: #53476A;
}
</style>
background-color css
<style>
a { background-color: #53476A; }
a { background-color: rgb(83,71,106); }
div.DivClassName
{
background-color: #53476A;
}
.BgClassName
{
background-color: #53476A;
}
</style>
border-color css
<style>
span { border-color: #53476A; }
span { border-color: rgb(83,71,106); }
td.TdClassName
{
border-color: #53476A;
}
.TagClassName
{
border-color: #53476A;
}
</style>