Shades of Meteorite #554773
Tints of Meteorite #554773
RGB
CMYK
RGB Variations
Color information
#554773 (or 0x554773) is known color: Meteorite. HEX triplet: 55, 47 and 73. RGB value is (85,71,115). Sum of RGB (Red+Green+Blue) = 85+71+115=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #554773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554773 is #AAB88C. Grayscale: #505050. Windows color (decimal): -11188365 or 7554901. OLE color: 7554901.
HSL color Cylindrical-coordinate representation of color #554773: hue angle of 259.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554773 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 71 | 115 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.55 |
| HSL | 259.09º | 0.24% | 0.36% | - |
| HSV(B) | 259.09º | 0.38% | 0.45% | - |
| XYZ | 9.09 | 7.68 | 17.22 | - |
| YUV | 80.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 115 | 0.26 | 0.38 | 0 | 0.55 | 259.09 | 0.24 | 0.36 |
| Hex | 55 | 47 | 73 | 1A | 26 | 0 | 37 | 103 | 18 | 24 |
| Octal | 125 | 107 | 163 | 32 | 46 | 0 | 67 | 403 | 30 | 44 |
| Binary | 1010101 | 1000111 | 1110011 | 11010 | 100110 | 0 | 110111 | 100000011 | 11000 | 100100 |
Color Harmonies of #554773
Complementary color
Monochromatic Colors of #554773
Black with #554773
Text Example
Text Example
White with #554773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554773; }
p { color: rgb(85,71,115); }
H1.HeaderClassName
{
color: #554773;
}
.AnyTagClassName
{
color: #554773;
}
</style>
background-color css
<style>
a { background-color: #554773; }
a { background-color: rgb(85,71,115); }
div.DivClassName
{
background-color: #554773;
}
.BgClassName
{
background-color: #554773;
}
</style>
border-color css
<style>
span { border-color: #554773; }
span { border-color: rgb(85,71,115); }
td.TdClassName
{
border-color: #554773;
}
.TagClassName
{
border-color: #554773;
}
</style>