Shades of Meteorite #55456F
Tints of Meteorite #55456F
RGB
CMYK
RGB Variations
Color information
#55456F (or 0x55456F) is known color: Meteorite. HEX triplet: 55, 45 and 6F. RGB value is (85,69,111). Sum of RGB (Red+Green+Blue) = 85+69+111=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #55456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55456F is #AABA90. Grayscale: #4E4E4E. Windows color (decimal): -11188881 or 7292245. OLE color: 7292245.
HSL color Cylindrical-coordinate representation of color #55456F: hue angle of 262.86º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55456F is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 69 | 111 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.56 |
| HSL | 262.86º | 0.23% | 0.35% | - |
| HSV(B) | 262.86º | 0.38% | 0.44% | - |
| XYZ | 8.74 | 7.34 | 15.99 | - |
| YUV | 78.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 111 | 0.23 | 0.38 | 0 | 0.56 | 262.86 | 0.23 | 0.35 |
| Hex | 55 | 45 | 6F | 17 | 26 | 0 | 38 | 107 | 17 | 23 |
| Octal | 125 | 105 | 157 | 27 | 46 | 0 | 70 | 407 | 27 | 43 |
| Binary | 1010101 | 1000101 | 1101111 | 10111 | 100110 | 0 | 111000 | 100000111 | 10111 | 100011 |
Color Harmonies of #55456F
Complementary color
Monochromatic Colors of #55456F
Black with #55456F
Text Example
Text Example
White with #55456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55456F; }
p { color: rgb(85,69,111); }
H1.HeaderClassName
{
color: #55456F;
}
.AnyTagClassName
{
color: #55456F;
}
</style>
background-color css
<style>
a { background-color: #55456F; }
a { background-color: rgb(85,69,111); }
div.DivClassName
{
background-color: #55456F;
}
.BgClassName
{
background-color: #55456F;
}
</style>
border-color css
<style>
span { border-color: #55456F; }
span { border-color: rgb(85,69,111); }
td.TdClassName
{
border-color: #55456F;
}
.TagClassName
{
border-color: #55456F;
}
</style>