Shades of Meteorite #534270
Tints of Meteorite #534270
RGB
CMYK
RGB Variations
Color information
#534270 (or 0x534270) is known color: Meteorite. HEX triplet: 53, 42 and 70. RGB value is (83,66,112). Sum of RGB (Red+Green+Blue) = 83+66+112=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #534270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534270 is #ACBD8F. Grayscale: #4C4C4C. Windows color (decimal): -11320720 or 7357011. OLE color: 7357011.
HSL color Cylindrical-coordinate representation of color #534270: hue angle of 262.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534270 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 66 | 112 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.56 |
| HSL | 262.17º | 0.26% | 0.35% | - |
| HSV(B) | 262.17º | 0.41% | 0.44% | - |
| XYZ | 8.44 | 6.91 | 16.22 | - |
| YUV | 76.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 112 | 0.26 | 0.41 | 0 | 0.56 | 262.17 | 0.26 | 0.35 |
| Hex | 53 | 42 | 70 | 1A | 29 | 0 | 38 | 106 | 1A | 23 |
| Octal | 123 | 102 | 160 | 32 | 51 | 0 | 70 | 406 | 32 | 43 |
| Binary | 1010011 | 1000010 | 1110000 | 11010 | 101001 | 0 | 111000 | 100000110 | 11010 | 100011 |
Color Harmonies of #534270
Complementary color
Monochromatic Colors of #534270
Black with #534270
Text Example
Text Example
White with #534270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534270; }
p { color: rgb(83,66,112); }
H1.HeaderClassName
{
color: #534270;
}
.AnyTagClassName
{
color: #534270;
}
</style>
background-color css
<style>
a { background-color: #534270; }
a { background-color: rgb(83,66,112); }
div.DivClassName
{
background-color: #534270;
}
.BgClassName
{
background-color: #534270;
}
</style>
border-color css
<style>
span { border-color: #534270; }
span { border-color: rgb(83,66,112); }
td.TdClassName
{
border-color: #534270;
}
.TagClassName
{
border-color: #534270;
}
</style>