Shades of Meteorite #54496F
Tints of Meteorite #54496F
RGB
CMYK
RGB Variations
Color information
#54496F (or 0x54496F) is known color: Meteorite. HEX triplet: 54, 49 and 6F. RGB value is (84,73,111). Sum of RGB (Red+Green+Blue) = 84+73+111=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #54496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54496F is #ABB690. Grayscale: #505050. Windows color (decimal): -11253393 or 7293268. OLE color: 7293268.
HSL color Cylindrical-coordinate representation of color #54496F: hue angle of 257.37º degrees, saturation: 0.21, 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 #54496F is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 73 | 111 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.56 |
| HSL | 257.37º | 0.21% | 0.36% | - |
| HSV(B) | 257.37º | 0.34% | 0.44% | - |
| XYZ | 8.91 | 7.8 | 16.07 | - |
| YUV | 80.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 111 | 0.24 | 0.34 | 0 | 0.56 | 257.37 | 0.21 | 0.36 |
| Hex | 54 | 49 | 6F | 18 | 22 | 0 | 38 | 101 | 15 | 24 |
| Octal | 124 | 111 | 157 | 30 | 42 | 0 | 70 | 401 | 25 | 44 |
| Binary | 1010100 | 1001001 | 1101111 | 11000 | 100010 | 0 | 111000 | 100000001 | 10101 | 100100 |
Color Harmonies of #54496F
Complementary color
Monochromatic Colors of #54496F
Black with #54496F
Text Example
Text Example
White with #54496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54496F; }
p { color: rgb(84,73,111); }
H1.HeaderClassName
{
color: #54496F;
}
.AnyTagClassName
{
color: #54496F;
}
</style>
background-color css
<style>
a { background-color: #54496F; }
a { background-color: rgb(84,73,111); }
div.DivClassName
{
background-color: #54496F;
}
.BgClassName
{
background-color: #54496F;
}
</style>
border-color css
<style>
span { border-color: #54496F; }
span { border-color: rgb(84,73,111); }
td.TdClassName
{
border-color: #54496F;
}
.TagClassName
{
border-color: #54496F;
}
</style>