Shades of Meteorite #534167
Tints of Meteorite #534167
RGB
CMYK
RGB Variations
Color information
#534167 (or 0x534167) is known color: Meteorite. HEX triplet: 53, 41 and 67. RGB value is (83,65,103). Sum of RGB (Red+Green+Blue) = 83+65+103=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #534167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534167 is #ACBE98. Grayscale: #4A4A4A. Windows color (decimal): -11320985 or 6766931. OLE color: 6766931.
HSL color Cylindrical-coordinate representation of color #534167: hue angle of 268.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534167 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 65 | 103 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.60 |
| HSL | 268.42º | 0.23% | 0.33% | - |
| HSV(B) | 268.42º | 0.37% | 0.4% | - |
| XYZ | 7.91 | 6.6 | 13.69 | - |
| YUV | 74.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 103 | 0.19 | 0.37 | 0 | 0.60 | 268.42 | 0.23 | 0.33 |
| Hex | 53 | 41 | 67 | 13 | 25 | 0 | 3C | 10C | 17 | 21 |
| Octal | 123 | 101 | 147 | 23 | 45 | 0 | 74 | 414 | 27 | 41 |
| Binary | 1010011 | 1000001 | 1100111 | 10011 | 100101 | 0 | 111100 | 100001100 | 10111 | 100001 |
Color Harmonies of #534167
Complementary color
Monochromatic Colors of #534167
Black with #534167
Text Example
Text Example
White with #534167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534167; }
p { color: rgb(83,65,103); }
H1.HeaderClassName
{
color: #534167;
}
.AnyTagClassName
{
color: #534167;
}
</style>
background-color css
<style>
a { background-color: #534167; }
a { background-color: rgb(83,65,103); }
div.DivClassName
{
background-color: #534167;
}
.BgClassName
{
background-color: #534167;
}
</style>
border-color css
<style>
span { border-color: #534167; }
span { border-color: rgb(83,65,103); }
td.TdClassName
{
border-color: #534167;
}
.TagClassName
{
border-color: #534167;
}
</style>