Shades of Meteorite #534078
Tints of Meteorite #534078
RGB
CMYK
RGB Variations
Color information
#534078 (or 0x534078) is known color: Meteorite. HEX triplet: 53, 40 and 78. RGB value is (83,64,120). Sum of RGB (Red+Green+Blue) = 83+64+120=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #534078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534078 is #ACBF87. Grayscale: #4B4B4B. Windows color (decimal): -11321224 or 7880787. OLE color: 7880787.
HSL color Cylindrical-coordinate representation of color #534078: hue angle of 260.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534078 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 64 | 120 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.53 |
| HSL | 260.36º | 0.3% | 0.36% | - |
| HSV(B) | 260.36º | 0.47% | 0.47% | - |
| XYZ | 8.79 | 6.86 | 18.63 | - |
| YUV | 76.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 120 | 0.31 | 0.47 | 0 | 0.53 | 260.36 | 0.3 | 0.36 |
| Hex | 53 | 40 | 78 | 1F | 2F | 0 | 35 | 104 | 1E | 24 |
| Octal | 123 | 100 | 170 | 37 | 57 | 0 | 65 | 404 | 36 | 44 |
| Binary | 1010011 | 1000000 | 1111000 | 11111 | 101111 | 0 | 110101 | 100000100 | 11110 | 100100 |
Color Harmonies of #534078
Complementary color
Monochromatic Colors of #534078
Black with #534078
Text Example
Text Example
White with #534078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534078; }
p { color: rgb(83,64,120); }
H1.HeaderClassName
{
color: #534078;
}
.AnyTagClassName
{
color: #534078;
}
</style>
background-color css
<style>
a { background-color: #534078; }
a { background-color: rgb(83,64,120); }
div.DivClassName
{
background-color: #534078;
}
.BgClassName
{
background-color: #534078;
}
</style>
border-color css
<style>
span { border-color: #534078; }
span { border-color: rgb(83,64,120); }
td.TdClassName
{
border-color: #534078;
}
.TagClassName
{
border-color: #534078;
}
</style>