Shades of Meteorite #55476C
Tints of Meteorite #55476C
RGB
CMYK
RGB Variations
Color information
#55476C (or 0x55476C) is known color: Meteorite. HEX triplet: 55, 47 and 6C. RGB value is (85,71,108). Sum of RGB (Red+Green+Blue) = 85+71+108=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #55476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55476C is #AAB893. Grayscale: #4F4F4F. Windows color (decimal): -11188372 or 7096149. OLE color: 7096149.
HSL color Cylindrical-coordinate representation of color #55476C: hue angle of 262.7º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55476C is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 71 | 108 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.58 |
| HSL | 262.7º | 0.21% | 0.35% | - |
| HSV(B) | 262.7º | 0.34% | 0.42% | - |
| XYZ | 8.71 | 7.52 | 15.18 | - |
| YUV | 79.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 108 | 0.21 | 0.34 | 0 | 0.58 | 262.7 | 0.21 | 0.35 |
| Hex | 55 | 47 | 6C | 15 | 22 | 0 | 3A | 107 | 15 | 23 |
| Octal | 125 | 107 | 154 | 25 | 42 | 0 | 72 | 407 | 25 | 43 |
| Binary | 1010101 | 1000111 | 1101100 | 10101 | 100010 | 0 | 111010 | 100000111 | 10101 | 100011 |
Color Harmonies of #55476C
Complementary color
Monochromatic Colors of #55476C
Black with #55476C
Text Example
Text Example
White with #55476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55476C; }
p { color: rgb(85,71,108); }
H1.HeaderClassName
{
color: #55476C;
}
.AnyTagClassName
{
color: #55476C;
}
</style>
background-color css
<style>
a { background-color: #55476C; }
a { background-color: rgb(85,71,108); }
div.DivClassName
{
background-color: #55476C;
}
.BgClassName
{
background-color: #55476C;
}
</style>
border-color css
<style>
span { border-color: #55476C; }
span { border-color: rgb(85,71,108); }
td.TdClassName
{
border-color: #55476C;
}
.TagClassName
{
border-color: #55476C;
}
</style>