Shades of Meteorite #55436D
Tints of Meteorite #55436D
RGB
CMYK
RGB Variations
Color information
#55436D (or 0x55436D) is known color: Meteorite. HEX triplet: 55, 43 and 6D. RGB value is (85,67,109). Sum of RGB (Red+Green+Blue) = 85+67+109=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #55436D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55436D is #AABC92. Grayscale: #4D4D4D. Windows color (decimal): -11189395 or 7160661. OLE color: 7160661.
HSL color Cylindrical-coordinate representation of color #55436D: hue angle of 265.71º 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 #55436D is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 67 | 109 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.57 |
| HSL | 265.71º | 0.24% | 0.35% | - |
| HSV(B) | 265.71º | 0.39% | 0.43% | - |
| XYZ | 8.51 | 7.05 | 15.38 | - |
| YUV | 77.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 109 | 0.22 | 0.39 | 0 | 0.57 | 265.71 | 0.24 | 0.35 |
| Hex | 55 | 43 | 6D | 16 | 27 | 0 | 39 | 10A | 18 | 23 |
| Octal | 125 | 103 | 155 | 26 | 47 | 0 | 71 | 412 | 30 | 43 |
| Binary | 1010101 | 1000011 | 1101101 | 10110 | 100111 | 0 | 111001 | 100001010 | 11000 | 100011 |
Color Harmonies of #55436D
Complementary color
Monochromatic Colors of #55436D
Black with #55436D
Text Example
Text Example
White with #55436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55436D; }
p { color: rgb(85,67,109); }
H1.HeaderClassName
{
color: #55436D;
}
.AnyTagClassName
{
color: #55436D;
}
</style>
background-color css
<style>
a { background-color: #55436D; }
a { background-color: rgb(85,67,109); }
div.DivClassName
{
background-color: #55436D;
}
.BgClassName
{
background-color: #55436D;
}
</style>
border-color css
<style>
span { border-color: #55436D; }
span { border-color: rgb(85,67,109); }
td.TdClassName
{
border-color: #55436D;
}
.TagClassName
{
border-color: #55436D;
}
</style>