Shades of Meteorite #534872
Tints of Meteorite #534872
RGB
CMYK
RGB Variations
Color information
#534872 (or 0x534872) is known color: Meteorite. HEX triplet: 53, 48 and 72. RGB value is (83,72,114). Sum of RGB (Red+Green+Blue) = 83+72+114=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #534872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534872 is #ACB78D. Grayscale: #4F4F4F. Windows color (decimal): -11319182 or 7489619. OLE color: 7489619.
HSL color Cylindrical-coordinate representation of color #534872: hue angle of 255.71º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534872 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 72 | 114 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.55 |
| HSL | 255.71º | 0.23% | 0.36% | - |
| HSV(B) | 255.71º | 0.37% | 0.45% | - |
| XYZ | 8.92 | 7.69 | 16.93 | - |
| YUV | 80.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 114 | 0.27 | 0.37 | 0 | 0.55 | 255.71 | 0.23 | 0.36 |
| Hex | 53 | 48 | 72 | 1B | 25 | 0 | 37 | 100 | 17 | 24 |
| Octal | 123 | 110 | 162 | 33 | 45 | 0 | 67 | 400 | 27 | 44 |
| Binary | 1010011 | 1001000 | 1110010 | 11011 | 100101 | 0 | 110111 | 100000000 | 10111 | 100100 |
Color Harmonies of #534872
Complementary color
Monochromatic Colors of #534872
Black with #534872
Text Example
Text Example
White with #534872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534872; }
p { color: rgb(83,72,114); }
H1.HeaderClassName
{
color: #534872;
}
.AnyTagClassName
{
color: #534872;
}
</style>
background-color css
<style>
a { background-color: #534872; }
a { background-color: rgb(83,72,114); }
div.DivClassName
{
background-color: #534872;
}
.BgClassName
{
background-color: #534872;
}
</style>
border-color css
<style>
span { border-color: #534872; }
span { border-color: rgb(83,72,114); }
td.TdClassName
{
border-color: #534872;
}
.TagClassName
{
border-color: #534872;
}
</style>