Shades of Meteorite #54436E
Tints of Meteorite #54436E
RGB
CMYK
RGB Variations
Color information
#54436E (or 0x54436E) is known color: Meteorite. HEX triplet: 54, 43 and 6E. RGB value is (84,67,110). Sum of RGB (Red+Green+Blue) = 84+67+110=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #54436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54436E is #ABBC91. Grayscale: #4C4C4C. Windows color (decimal): -11254930 or 7226196. OLE color: 7226196.
HSL color Cylindrical-coordinate representation of color #54436E: hue angle of 263.72º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54436E is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 67 | 110 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.57 |
| HSL | 263.72º | 0.24% | 0.35% | - |
| HSV(B) | 263.72º | 0.39% | 0.43% | - |
| XYZ | 8.48 | 7.02 | 15.66 | - |
| YUV | 76.99 | 146.63 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 110 | 0.24 | 0.39 | 0 | 0.57 | 263.72 | 0.24 | 0.35 |
| Hex | 54 | 43 | 6E | 18 | 27 | 0 | 39 | 108 | 18 | 23 |
| Octal | 124 | 103 | 156 | 30 | 47 | 0 | 71 | 410 | 30 | 43 |
| Binary | 1010100 | 1000011 | 1101110 | 11000 | 100111 | 0 | 111001 | 100001000 | 11000 | 100011 |
Color Harmonies of #54436E
Complementary color
Monochromatic Colors of #54436E
Black with #54436E
Text Example
Text Example
White with #54436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54436E; }
p { color: rgb(84,67,110); }
H1.HeaderClassName
{
color: #54436E;
}
.AnyTagClassName
{
color: #54436E;
}
</style>
background-color css
<style>
a { background-color: #54436E; }
a { background-color: rgb(84,67,110); }
div.DivClassName
{
background-color: #54436E;
}
.BgClassName
{
background-color: #54436E;
}
</style>
border-color css
<style>
span { border-color: #54436E; }
span { border-color: rgb(84,67,110); }
td.TdClassName
{
border-color: #54436E;
}
.TagClassName
{
border-color: #54436E;
}
</style>