Shades of Meteorite #534870
Tints of Meteorite #534870
RGB
CMYK
RGB Variations
Color information
#534870 (or 0x534870) is known color: Meteorite. HEX triplet: 53, 48 and 70. RGB value is (83,72,112). Sum of RGB (Red+Green+Blue) = 83+72+112=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #534870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534870 is #ACB78F. Grayscale: #4F4F4F. Windows color (decimal): -11319184 or 7358547. OLE color: 7358547.
HSL color Cylindrical-coordinate representation of color #534870: hue angle of 256.5º 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 #534870 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 72 | 112 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.56 |
| HSL | 256.5º | 0.22% | 0.36% | - |
| HSV(B) | 256.5º | 0.36% | 0.44% | - |
| XYZ | 8.81 | 7.64 | 16.34 | - |
| YUV | 79.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 112 | 0.26 | 0.36 | 0 | 0.56 | 256.5 | 0.22 | 0.36 |
| Hex | 53 | 48 | 70 | 1A | 24 | 0 | 38 | 100 | 16 | 24 |
| Octal | 123 | 110 | 160 | 32 | 44 | 0 | 70 | 400 | 26 | 44 |
| Binary | 1010011 | 1001000 | 1110000 | 11010 | 100100 | 0 | 111000 | 100000000 | 10110 | 100100 |
Color Harmonies of #534870
Complementary color
Monochromatic Colors of #534870
Black with #534870
Text Example
Text Example
White with #534870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534870; }
p { color: rgb(83,72,112); }
H1.HeaderClassName
{
color: #534870;
}
.AnyTagClassName
{
color: #534870;
}
</style>
background-color css
<style>
a { background-color: #534870; }
a { background-color: rgb(83,72,112); }
div.DivClassName
{
background-color: #534870;
}
.BgClassName
{
background-color: #534870;
}
</style>
border-color css
<style>
span { border-color: #534870; }
span { border-color: rgb(83,72,112); }
td.TdClassName
{
border-color: #534870;
}
.TagClassName
{
border-color: #534870;
}
</style>