Shades of Meteorite #534169
Tints of Meteorite #534169
RGB
CMYK
RGB Variations
Color information
#534169 (or 0x534169) is known color: Meteorite. HEX triplet: 53, 41 and 69. RGB value is (83,65,105). Sum of RGB (Red+Green+Blue) = 83+65+105=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #534169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534169 is #ACBE96. Grayscale: #4A4A4A. Windows color (decimal): -11320983 or 6898003. OLE color: 6898003.
HSL color Cylindrical-coordinate representation of color #534169: hue angle of 267º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534169 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 65 | 105 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.59 |
| HSL | 267º | 0.24% | 0.33% | - |
| HSV(B) | 267º | 0.38% | 0.41% | - |
| XYZ | 8.01 | 6.64 | 14.22 | - |
| YUV | 74.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 105 | 0.21 | 0.38 | 0 | 0.59 | 267 | 0.24 | 0.33 |
| Hex | 53 | 41 | 69 | 15 | 26 | 0 | 3B | 10B | 18 | 21 |
| Octal | 123 | 101 | 151 | 25 | 46 | 0 | 73 | 413 | 30 | 41 |
| Binary | 1010011 | 1000001 | 1101001 | 10101 | 100110 | 0 | 111011 | 100001011 | 11000 | 100001 |
Color Harmonies of #534169
Complementary color
Monochromatic Colors of #534169
Black with #534169
Text Example
Text Example
White with #534169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534169; }
p { color: rgb(83,65,105); }
H1.HeaderClassName
{
color: #534169;
}
.AnyTagClassName
{
color: #534169;
}
</style>
background-color css
<style>
a { background-color: #534169; }
a { background-color: rgb(83,65,105); }
div.DivClassName
{
background-color: #534169;
}
.BgClassName
{
background-color: #534169;
}
</style>
border-color css
<style>
span { border-color: #534169; }
span { border-color: rgb(83,65,105); }
td.TdClassName
{
border-color: #534169;
}
.TagClassName
{
border-color: #534169;
}
</style>