Shades of Meteorite #534072
Tints of Meteorite #534072
RGB
CMYK
RGB Variations
Color information
#534072 (or 0x534072) is known color: Meteorite. HEX triplet: 53, 40 and 72. RGB value is (83,64,114). Sum of RGB (Red+Green+Blue) = 83+64+114=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #534072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534072 is #ACBF8D. Grayscale: #4B4B4B. Windows color (decimal): -11321230 or 7487571. OLE color: 7487571.
HSL color Cylindrical-coordinate representation of color #534072: hue angle of 262.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534072 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 64 | 114 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.55 |
| HSL | 262.8º | 0.28% | 0.35% | - |
| HSV(B) | 262.8º | 0.44% | 0.45% | - |
| XYZ | 8.44 | 6.72 | 16.77 | - |
| YUV | 75.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 114 | 0.27 | 0.44 | 0 | 0.55 | 262.8 | 0.28 | 0.35 |
| Hex | 53 | 40 | 72 | 1B | 2C | 0 | 37 | 107 | 1C | 23 |
| Octal | 123 | 100 | 162 | 33 | 54 | 0 | 67 | 407 | 34 | 43 |
| Binary | 1010011 | 1000000 | 1110010 | 11011 | 101100 | 0 | 110111 | 100000111 | 11100 | 100011 |
Color Harmonies of #534072
Complementary color
Monochromatic Colors of #534072
Black with #534072
Text Example
Text Example
White with #534072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534072; }
p { color: rgb(83,64,114); }
H1.HeaderClassName
{
color: #534072;
}
.AnyTagClassName
{
color: #534072;
}
</style>
background-color css
<style>
a { background-color: #534072; }
a { background-color: rgb(83,64,114); }
div.DivClassName
{
background-color: #534072;
}
.BgClassName
{
background-color: #534072;
}
</style>
border-color css
<style>
span { border-color: #534072; }
span { border-color: rgb(83,64,114); }
td.TdClassName
{
border-color: #534072;
}
.TagClassName
{
border-color: #534072;
}
</style>