Shades of Meteorite #534A70
Tints of Meteorite #534A70
RGB
CMYK
RGB Variations
Color information
#534A70 (or 0x534A70) is known color: Meteorite. HEX triplet: 53, 4A and 70. RGB value is (83,74,112). Sum of RGB (Red+Green+Blue) = 83+74+112=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #534A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A70 is #ACB58F. Grayscale: #505050. Windows color (decimal): -11318672 or 7359059. OLE color: 7359059.
HSL color Cylindrical-coordinate representation of color #534A70: hue angle of 254.21º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #534A70 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 74 | 112 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.56 |
| HSL | 254.21º | 0.2% | 0.36% | - |
| HSV(B) | 254.21º | 0.34% | 0.44% | - |
| XYZ | 8.94 | 7.91 | 16.38 | - |
| YUV | 81.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 112 | 0.26 | 0.34 | 0 | 0.56 | 254.21 | 0.2 | 0.36 |
| Hex | 53 | 4A | 70 | 1A | 22 | 0 | 38 | FE | 14 | 24 |
| Octal | 123 | 112 | 160 | 32 | 42 | 0 | 70 | 376 | 24 | 44 |
| Binary | 1010011 | 1001010 | 1110000 | 11010 | 100010 | 0 | 111000 | 11111110 | 10100 | 100100 |
Color Harmonies of #534A70
Complementary color
Monochromatic Colors of #534A70
Black with #534A70
Text Example
Text Example
White with #534A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A70; }
p { color: rgb(83,74,112); }
H1.HeaderClassName
{
color: #534A70;
}
.AnyTagClassName
{
color: #534A70;
}
</style>
background-color css
<style>
a { background-color: #534A70; }
a { background-color: rgb(83,74,112); }
div.DivClassName
{
background-color: #534A70;
}
.BgClassName
{
background-color: #534A70;
}
</style>
border-color css
<style>
span { border-color: #534A70; }
span { border-color: rgb(83,74,112); }
td.TdClassName
{
border-color: #534A70;
}
.TagClassName
{
border-color: #534A70;
}
</style>