Shades of Meteorite #554771
Tints of Meteorite #554771
RGB
CMYK
RGB Variations
Color information
#554771 (or 0x554771) is known color: Meteorite. HEX triplet: 55, 47 and 71. RGB value is (85,71,113). Sum of RGB (Red+Green+Blue) = 85+71+113=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #554771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554771 is #AAB88E. Grayscale: #4F4F4F. Windows color (decimal): -11188367 or 7423829. OLE color: 7423829.
HSL color Cylindrical-coordinate representation of color #554771: hue angle of 260º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554771 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 71 | 113 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.56 |
| HSL | 260º | 0.23% | 0.36% | - |
| HSV(B) | 260º | 0.37% | 0.44% | - |
| XYZ | 8.98 | 7.63 | 16.62 | - |
| YUV | 79.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 113 | 0.25 | 0.37 | 0 | 0.56 | 260 | 0.23 | 0.36 |
| Hex | 55 | 47 | 71 | 19 | 25 | 0 | 38 | 104 | 17 | 24 |
| Octal | 125 | 107 | 161 | 31 | 45 | 0 | 70 | 404 | 27 | 44 |
| Binary | 1010101 | 1000111 | 1110001 | 11001 | 100101 | 0 | 111000 | 100000100 | 10111 | 100100 |
Color Harmonies of #554771
Complementary color
Monochromatic Colors of #554771
Black with #554771
Text Example
Text Example
White with #554771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554771; }
p { color: rgb(85,71,113); }
H1.HeaderClassName
{
color: #554771;
}
.AnyTagClassName
{
color: #554771;
}
</style>
background-color css
<style>
a { background-color: #554771; }
a { background-color: rgb(85,71,113); }
div.DivClassName
{
background-color: #554771;
}
.BgClassName
{
background-color: #554771;
}
</style>
border-color css
<style>
span { border-color: #554771; }
span { border-color: rgb(85,71,113); }
td.TdClassName
{
border-color: #554771;
}
.TagClassName
{
border-color: #554771;
}
</style>