Shades of Meteorite #54436C
Tints of Meteorite #54436C
RGB
CMYK
RGB Variations
Color information
#54436C (or 0x54436C) is known color: Meteorite. HEX triplet: 54, 43 and 6C. RGB value is (84,67,108). Sum of RGB (Red+Green+Blue) = 84+67+108=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #54436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54436C is #ABBC93. Grayscale: #4C4C4C. Windows color (decimal): -11254932 or 7095124. OLE color: 7095124.
HSL color Cylindrical-coordinate representation of color #54436C: hue angle of 264.88º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54436C is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 67 | 108 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.58 |
| HSL | 264.88º | 0.23% | 0.34% | - |
| HSV(B) | 264.88º | 0.38% | 0.42% | - |
| XYZ | 8.37 | 6.98 | 15.09 | - |
| YUV | 76.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 108 | 0.22 | 0.38 | 0 | 0.58 | 264.88 | 0.23 | 0.34 |
| Hex | 54 | 43 | 6C | 16 | 26 | 0 | 3A | 109 | 17 | 22 |
| Octal | 124 | 103 | 154 | 26 | 46 | 0 | 72 | 411 | 27 | 42 |
| Binary | 1010100 | 1000011 | 1101100 | 10110 | 100110 | 0 | 111010 | 100001001 | 10111 | 100010 |
Color Harmonies of #54436C
Complementary color
Monochromatic Colors of #54436C
Black with #54436C
Text Example
Text Example
White with #54436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54436C; }
p { color: rgb(84,67,108); }
H1.HeaderClassName
{
color: #54436C;
}
.AnyTagClassName
{
color: #54436C;
}
</style>
background-color css
<style>
a { background-color: #54436C; }
a { background-color: rgb(84,67,108); }
div.DivClassName
{
background-color: #54436C;
}
.BgClassName
{
background-color: #54436C;
}
</style>
border-color css
<style>
span { border-color: #54436C; }
span { border-color: rgb(84,67,108); }
td.TdClassName
{
border-color: #54436C;
}
.TagClassName
{
border-color: #54436C;
}
</style>