Shades of Meteorite #55436F
Tints of Meteorite #55436F
RGB
CMYK
RGB Variations
Color information
#55436F (or 0x55436F) is known color: Meteorite. HEX triplet: 55, 43 and 6F. RGB value is (85,67,111). Sum of RGB (Red+Green+Blue) = 85+67+111=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #55436F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55436F is #AABC90. Grayscale: #4D4D4D. Windows color (decimal): -11189393 or 7291733. OLE color: 7291733.
HSL color Cylindrical-coordinate representation of color #55436F: hue angle of 264.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55436F is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 67 | 111 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.56 |
| HSL | 264.55º | 0.25% | 0.35% | - |
| HSV(B) | 264.55º | 0.4% | 0.44% | - |
| XYZ | 8.62 | 7.09 | 15.95 | - |
| YUV | 77.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 111 | 0.23 | 0.40 | 0 | 0.56 | 264.55 | 0.25 | 0.35 |
| Hex | 55 | 43 | 6F | 17 | 28 | 0 | 38 | 109 | 19 | 23 |
| Octal | 125 | 103 | 157 | 27 | 50 | 0 | 70 | 411 | 31 | 43 |
| Binary | 1010101 | 1000011 | 1101111 | 10111 | 101000 | 0 | 111000 | 100001001 | 11001 | 100011 |
Color Harmonies of #55436F
Complementary color
Monochromatic Colors of #55436F
Black with #55436F
Text Example
Text Example
White with #55436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55436F; }
p { color: rgb(85,67,111); }
H1.HeaderClassName
{
color: #55436F;
}
.AnyTagClassName
{
color: #55436F;
}
</style>
background-color css
<style>
a { background-color: #55436F; }
a { background-color: rgb(85,67,111); }
div.DivClassName
{
background-color: #55436F;
}
.BgClassName
{
background-color: #55436F;
}
</style>
border-color css
<style>
span { border-color: #55436F; }
span { border-color: rgb(85,67,111); }
td.TdClassName
{
border-color: #55436F;
}
.TagClassName
{
border-color: #55436F;
}
</style>