Shades of Meteorite #54456B
Tints of Meteorite #54456B
RGB
CMYK
RGB Variations
Color information
#54456B (or 0x54456B) is known color: Meteorite. HEX triplet: 54, 45 and 6B. RGB value is (84,69,107). Sum of RGB (Red+Green+Blue) = 84+69+107=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #54456B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54456B is #ABBA94. Grayscale: #4D4D4D. Windows color (decimal): -11254421 or 7030100. OLE color: 7030100.
HSL color Cylindrical-coordinate representation of color #54456B: hue angle of 263.68º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54456B is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 69 | 107 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.58 |
| HSL | 263.68º | 0.22% | 0.35% | - |
| HSV(B) | 263.68º | 0.36% | 0.42% | - |
| XYZ | 8.44 | 7.2 | 14.86 | - |
| YUV | 77.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 107 | 0.21 | 0.36 | 0 | 0.58 | 263.68 | 0.22 | 0.35 |
| Hex | 54 | 45 | 6B | 15 | 24 | 0 | 3A | 108 | 16 | 23 |
| Octal | 124 | 105 | 153 | 25 | 44 | 0 | 72 | 410 | 26 | 43 |
| Binary | 1010100 | 1000101 | 1101011 | 10101 | 100100 | 0 | 111010 | 100001000 | 10110 | 100011 |
Color Harmonies of #54456B
Complementary color
Monochromatic Colors of #54456B
Black with #54456B
Text Example
Text Example
White with #54456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54456B; }
p { color: rgb(84,69,107); }
H1.HeaderClassName
{
color: #54456B;
}
.AnyTagClassName
{
color: #54456B;
}
</style>
background-color css
<style>
a { background-color: #54456B; }
a { background-color: rgb(84,69,107); }
div.DivClassName
{
background-color: #54456B;
}
.BgClassName
{
background-color: #54456B;
}
</style>
border-color css
<style>
span { border-color: #54456B; }
span { border-color: rgb(84,69,107); }
td.TdClassName
{
border-color: #54456B;
}
.TagClassName
{
border-color: #54456B;
}
</style>