Shades of Meteorite #54456D
Tints of Meteorite #54456D
RGB
CMYK
RGB Variations
Color information
#54456D (or 0x54456D) is known color: Meteorite. HEX triplet: 54, 45 and 6D. RGB value is (84,69,109). Sum of RGB (Red+Green+Blue) = 84+69+109=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #54456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54456D is #ABBA92. Grayscale: #4D4D4D. Windows color (decimal): -11254419 or 7161172. OLE color: 7161172.
HSL color Cylindrical-coordinate representation of color #54456D: hue angle of 262.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54456D is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 69 | 109 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.57 |
| HSL | 262.5º | 0.22% | 0.35% | - |
| HSV(B) | 262.5º | 0.37% | 0.43% | - |
| XYZ | 8.54 | 7.25 | 15.42 | - |
| YUV | 78.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 109 | 0.23 | 0.37 | 0 | 0.57 | 262.5 | 0.22 | 0.35 |
| Hex | 54 | 45 | 6D | 17 | 25 | 0 | 39 | 106 | 16 | 23 |
| Octal | 124 | 105 | 155 | 27 | 45 | 0 | 71 | 406 | 26 | 43 |
| Binary | 1010100 | 1000101 | 1101101 | 10111 | 100101 | 0 | 111001 | 100000110 | 10110 | 100011 |
Color Harmonies of #54456D
Complementary color
Monochromatic Colors of #54456D
Black with #54456D
Text Example
Text Example
White with #54456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54456D; }
p { color: rgb(84,69,109); }
H1.HeaderClassName
{
color: #54456D;
}
.AnyTagClassName
{
color: #54456D;
}
</style>
background-color css
<style>
a { background-color: #54456D; }
a { background-color: rgb(84,69,109); }
div.DivClassName
{
background-color: #54456D;
}
.BgClassName
{
background-color: #54456D;
}
</style>
border-color css
<style>
span { border-color: #54456D; }
span { border-color: rgb(84,69,109); }
td.TdClassName
{
border-color: #54456D;
}
.TagClassName
{
border-color: #54456D;
}
</style>