Shades of Meteorite #534871
Tints of Meteorite #534871
RGB
CMYK
RGB Variations
Color information
#534871 (or 0x534871) is known color: Meteorite. HEX triplet: 53, 48 and 71. RGB value is (83,72,113). Sum of RGB (Red+Green+Blue) = 83+72+113=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #534871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534871 is #ACB78E. Grayscale: #4F4F4F. Windows color (decimal): -11319183 or 7424083. OLE color: 7424083.
HSL color Cylindrical-coordinate representation of color #534871: hue angle of 256.1º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534871 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 72 | 113 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.56 |
| HSL | 256.1º | 0.22% | 0.36% | - |
| HSV(B) | 256.1º | 0.36% | 0.44% | - |
| XYZ | 8.87 | 7.67 | 16.64 | - |
| YUV | 79.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 113 | 0.27 | 0.36 | 0 | 0.56 | 256.1 | 0.22 | 0.36 |
| Hex | 53 | 48 | 71 | 1B | 24 | 0 | 38 | 100 | 16 | 24 |
| Octal | 123 | 110 | 161 | 33 | 44 | 0 | 70 | 400 | 26 | 44 |
| Binary | 1010011 | 1001000 | 1110001 | 11011 | 100100 | 0 | 111000 | 100000000 | 10110 | 100100 |
Color Harmonies of #534871
Complementary color
Monochromatic Colors of #534871
Black with #534871
Text Example
Text Example
White with #534871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534871; }
p { color: rgb(83,72,113); }
H1.HeaderClassName
{
color: #534871;
}
.AnyTagClassName
{
color: #534871;
}
</style>
background-color css
<style>
a { background-color: #534871; }
a { background-color: rgb(83,72,113); }
div.DivClassName
{
background-color: #534871;
}
.BgClassName
{
background-color: #534871;
}
</style>
border-color css
<style>
span { border-color: #534871; }
span { border-color: rgb(83,72,113); }
td.TdClassName
{
border-color: #534871;
}
.TagClassName
{
border-color: #534871;
}
</style>