Shades of Meteorite #55446D
Tints of Meteorite #55446D
RGB
CMYK
RGB Variations
Color information
#55446D (or 0x55446D) is known color: Meteorite. HEX triplet: 55, 44 and 6D. RGB value is (85,68,109). Sum of RGB (Red+Green+Blue) = 85+68+109=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 68 (26.95% from 255 or 25.95% 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 #55446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55446D is #AABB92. Grayscale: #4D4D4D. Windows color (decimal): -11189139 or 7160917. OLE color: 7160917.
HSL color Cylindrical-coordinate representation of color #55446D: hue angle of 264.88º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55446D is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 68 | 109 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.57 |
| HSL | 264.88º | 0.23% | 0.35% | - |
| HSV(B) | 264.88º | 0.38% | 0.43% | - |
| XYZ | 8.57 | 7.17 | 15.4 | - |
| YUV | 77.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 109 | 0.22 | 0.38 | 0 | 0.57 | 264.88 | 0.23 | 0.35 |
| Hex | 55 | 44 | 6D | 16 | 26 | 0 | 39 | 109 | 17 | 23 |
| Octal | 125 | 104 | 155 | 26 | 46 | 0 | 71 | 411 | 27 | 43 |
| Binary | 1010101 | 1000100 | 1101101 | 10110 | 100110 | 0 | 111001 | 100001001 | 10111 | 100011 |
Color Harmonies of #55446D
Complementary color
Monochromatic Colors of #55446D
Black with #55446D
Text Example
Text Example
White with #55446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55446D; }
p { color: rgb(85,68,109); }
H1.HeaderClassName
{
color: #55446D;
}
.AnyTagClassName
{
color: #55446D;
}
</style>
background-color css
<style>
a { background-color: #55446D; }
a { background-color: rgb(85,68,109); }
div.DivClassName
{
background-color: #55446D;
}
.BgClassName
{
background-color: #55446D;
}
</style>
border-color css
<style>
span { border-color: #55446D; }
span { border-color: rgb(85,68,109); }
td.TdClassName
{
border-color: #55446D;
}
.TagClassName
{
border-color: #55446D;
}
</style>